Overview
Comment: | Now completes causality using component, not bond, status. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
72a38ecb7b24459b634deb13c5b21e29 |
User & Date: | gawthrop@users.sourceforge.net on 1998-12-03 16:53:50 |
Other Links: | branch diff | manifest | tags |
Context
1998-12-03
| ||
17:11:03 | Added -dc (derivative causality) switch. check-in: b781059554 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:53:50 | Now completes causality using component, not bond, status. check-in: 72a38ecb7b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:46:16 | Deblanked attributes so that zero attribute works. check-in: 617407b2d6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [007e9520b1] to [662e38133d].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.198 1998/11/20 16:12:30 peterg ## Now copies aliased systems BEFORE generating rgb etc. ## ## Revision 1.197 1998/11/20 09:00:45 peterg ## Number of changes to underlying tools ## ## Revision 1.196 1998/11/10 11:55:40 peterg ## Added $info_switch to abg2cbg invocation ## ## Revision 1.195 1998/10/28 13:58:57 peterg |
︙ | |||
672 673 674 675 676 677 678 | 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 | - + | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version |
︙ | |||
747 748 749 750 751 752 753 | 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 | - + | -u ) tidy=untidy ;; -l ) mtt_switches="$mtt_switches $1 $2"; level=$2; shift ;; -A ) mtt_switches="$mtt_switches $1"; |
︙ | |||
1714 1715 1716 1717 1718 1719 1720 | 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 | - - + + - + | #SUMMARY cse constrained-state equations (r) #SUMMARY cse constrained-state equations (m) #SUMMARY cse constrained-state equations (tex) #SUMMARY cse constrained-state equations (view) #SUMMARY cse constrained-state equations (ps) #Constrained-state equations |
︙ | |||
1873 1874 1875 1876 1877 1878 1879 | 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 | - + | $1_sm.tex: $1_sm.r $1_sympar.r $1_simp.r sm_r2tex $1; latex_tidy $1_sm.tex #SUMMARY smx state matrices with variable state x (r) #SUMMARY smx state matrices with variable state x (m) #SUMMARY smxx Sparse computation of Ax (m) #SUMMARY smxtx Sparse computation of ATx (m) |
︙ | |||
2161 2162 2163 2164 2165 2166 2167 | 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 | - + | echo Copying mtt.sty to here cp $MTTPATH/trans/mtt.sty . $1_$2.doc: $1_$2.tex makedoc "$mtt_switches" "$1" "$2" "$3" "$4" "$documenttype" #Generic conversion of LaTeX doc to dvi $1_$2.dvi: $1_$2.doc |
︙ |