Overview
Comment: | Version 4.7.1 - bug in odes.dat representation fixed in dat22dat |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6f19dd8c89635a2beade19a3ac7522d9 |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-21 10:08:30 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-21
| ||
10:10:22 | Initial revision check-in: 8264ce7771 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:08:30 | Version 4.7.1 - bug in odes.dat representation fixed in dat22dat check-in: 6f19dd8c89 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:07:06 | Now correctely writes out the state into _odes.dat rep. check-in: 148e611e57 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [0ee6dea365] to [a52d30f183].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 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.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 ## Version 4.7 ## ## Revision 1.264 2000/09/15 08:37:27 peterg ## Fixed bug using -sub in cbg view ## ## Revision 1.263 2000/09/15 07:33:35 peterg |
︙ | |||
893 894 895 896 897 898 899 | 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 | - + | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version |
︙ | |||
2406 2407 2408 2409 2410 2411 2412 | 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 | - + | #SUMMARY smo observer form state matrices etc. - siso only (r) #SUMMARY smo observer form state matrices etc. - siso only (tex) #SUMMARY smo* observer form state matrices etc. - siso only (m) #SUMMARY smo* observer form state matrices etc. - siso only (view) #SUMMARY smo observer form state matrices etc. - siso only (ps) #Linearised system: observer form state matrices etc. |
︙ |