Overview
Comment: | VERSION 4.4 euler now works stepfactor applies to both int. algorithms |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f56c1084b16991e9377cea60fc4888f1 |
User & Date: | gawthrop@users.sourceforge.net on 2000-08-01 12:28:02 |
Other Links: | branch diff | manifest | tags |
Context
2000-08-01
| ||
13:22:01 | Updated documentation check-in: 3d5110fe1b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:28:02 |
VERSION 4.4 euler now works stepfactor applies to both int. algorithms check-in: f56c1084b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:25:24 | Some changes to include files check-in: eb6b4746fe user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [c078335b03] to [66a6aaf246].
︙ | ︙ | |||
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.247 2000/07/13 07:21:12 peterg ## Interface to Octave Control Systems Toolbox (OCST) - mtt2sys.m ## ## Revision 1.246 2000/05/21 18:00:11 peterg ## Make manual if not already done. ## Released 4.2 version ## (Train Durham -- Glasgow). | > > > | 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.248 2000/07/20 07:46:07 peterg ## Version 4.3 ## ## Revision 1.247 2000/07/13 07:21:12 peterg ## Interface to Octave Control Systems Toolbox (OCST) - mtt2sys.m ## ## Revision 1.246 2000/05/21 18:00:11 peterg ## Make manual if not already done. ## Released 4.2 version ## (Train Durham -- Glasgow). |
︙ | ︙ | |||
835 836 837 838 839 840 841 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version | | | 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version version='4.4' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default computation=octave |
︙ | ︙ |