Overview
Comment: | Removed NERO command |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6e15043d86934d1f0e7a508c5a1b71cf |
User & Date: | gawthrop@users.sourceforge.net on 1998-03-30 14:18:07 |
Other Links: | branch diff | manifest | tags |
Context
1998-03-31
| ||
08:39:31 | Added EBTF check-in: 576c548a2b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-30
| ||
14:18:07 | Removed NERO command check-in: 6e15043d86 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-27
| ||
15:00:23 | reduce ---> symbolic check-in: fa840c983f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ode_r2m from [fdc91acbd3] to [c75948446a].
︙ | |||
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 1991, 1994, 1995, 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.8 1998/02/25 18:03:49 peterg ## Removed the argument reading bits. ## ## Revision 1.7 1997/08/29 07:58:17 peterg ## Changed MTT to mtt in the .m files. ## # Revision 1.6 1997/01/05 19:34:35 peterg # Don't write globals which are already assigned to a number. # ## Revision 1.5 1996/09/13 19:41:39 peter |
︙ | |||
56 57 58 59 60 61 62 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | - + | %Set up the number of argument variables to zero in case the user has forgotten MTTNVar := 0; %Read the parameter file in "$1_sympar.r"; |
︙ |