Overview
Comment: | Removed struc.txt prerequisite for simpar.txt - switch version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
356ae2347ee63f48ea9e572fc5b10afc |
User & Date: | gawthrop@users.sourceforge.net on 1998-06-17 14:14:09 |
Other Links: | branch diff | manifest | tags |
Context
1998-06-21
| ||
10:40:58 | Added fsolve error message. check-in: 9e6b470729 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-06-17
| ||
14:14:09 | Removed struc.txt prerequisite for simpar.txt - switch version check-in: 356ae2347e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:21:57 | include math.h in header check-in: 886caee1ef user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [baf789cfce] to [41db786f26].
︙ | |||
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.153 1998/05/28 09:36:38 peterg ## --version and --versions switch ## ## Revision 1.152 1998/05/24 15:43:10 peterg ## Added symbolic solution of alg. equations (-A) ## ## Revision 1.151 1998/05/23 16:18:37 peterg ## ordinary differential equation.m files generated with the new ode2lang ## method. ## |
︙ | |||
1117 1118 1119 1120 1121 1122 1123 | 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 | - + | sh $1_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' sympar txt' # and recreate them if [ "$level" = "0" ]; then \ sort_sympar <MTT_sympar.txt> $1_sympar.txt; \ fi endif ifeq ($switches,1) |
︙ |