Overview
Comment: | Include subs.r |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
87b1bbd5acf8bcdd82c6ada35e2b3d9c |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-26 10:32:34 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-26
| ||
13:31:30 | Put missing space after 2nd t check-in: 96c928f1cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:32:34 | Include subs.r check-in: 87b1bbd5ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:18:55 | Incluse subs.r check-in: f357bc1242 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ode2smx_lang from [c39fbc8d7d] to [6bb7242e73].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1991, 1994, 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.9 1998/08/27 07:06:25 peterg ## Just genrate xj once. ## ## Revision 1.8 1998/08/27 07:04:44 peterg ## Cleared out mttx array ans use mkid instead. ## ## Revision 1.7 1998/08/27 06:48:20 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1991, 1994, 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.10 1998/11/17 17:10:22 peterg ## Read in the constitutive relationship file as well ## ## Revision 1.9 1998/08/27 07:06:25 peterg ## Just genrate xj once. ## ## Revision 1.8 1998/08/27 07:04:44 peterg ## Cleared out mttx array ans use mkid instead. ## ## Revision 1.7 1998/08/27 06:48:20 peterg |
︙ | ︙ | |||
65 66 67 68 69 70 71 72 73 74 75 76 77 78 | rm -f $1_smxtx.$lang # Use reduce to accomplish the transformation reduce << EOF >ode2smx_lang.log lang := $lang; in "$1_def.r"; in "$1_ode.r"; in "$1_cr.r"; clear mttx; % Dont need this now - use mkid instead OFF Echo; | > | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | rm -f $1_smxtx.$lang # Use reduce to accomplish the transformation reduce << EOF >ode2smx_lang.log lang := $lang; in "$1_subs.r"; in "$1_def.r"; in "$1_ode.r"; in "$1_cr.r"; clear mttx; % Dont need this now - use mkid instead OFF Echo; |
︙ | ︙ |