Overview
Comment: | Fixed bug with no-parameter systems - changed mtt_txt2m and mtt_m2p |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7862b740b8f2e1146de87c1692e0cabb |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-30 14:12:03 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-03
| ||
11:34:29 | Put in correct $MTT_LIB check-in: 48836c4862 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-09-30
| ||
14:12:03 | Fixed bug with no-parameter systems - changed mtt_txt2m and mtt_m2p check-in: 7862b740b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:10:06 | Zap lines containing "Remove in mtt_m2p" check-in: 8b9e2ca1ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [a1c1c1a87c] to [a596cc82fa].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.267 2000/09/21 10:08:30 peterg ## Version 4.7.1 - bug in odes.dat representation fixed in dat22dat ## ## Revision 1.266 2000/09/19 07:47:38 peterg ## fig2dev back to eps - ps produces a4 style output. ## ## Revision 1.265 2000/09/19 07:45:28 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.268 2000/09/27 16:15:55 peterg ## Now sh (as opposed to bash) compatible - fixed dat22dat again ## ## Revision 1.267 2000/09/21 10:08:30 peterg ## Version 4.7.1 - bug in odes.dat representation fixed in dat22dat ## ## Revision 1.266 2000/09/19 07:47:38 peterg ## fig2dev back to eps - ps produces a4 style output. ## ## Revision 1.265 2000/09/19 07:45:28 peterg |
︙ | ︙ | |||
899 900 901 902 903 904 905 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version | | | 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version version='4.7.3' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default computation=octave |
︙ | ︙ |