Overview
Comment: | Include _subs file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1b82d20b622808d43113eb1df9fea45e |
User & Date: | gawthrop@users.sourceforge.net on 2000-08-24 11:48:55 |
Other Links: | branch diff | manifest | tags |
Context
2000-08-24
| ||
13:26:29 | Initial revision check-in: a33f9855e3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:48:55 | Include _subs file check-in: 1b82d20b62 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:43:42 | Include subs file check-in: 50281cc408 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cse_r2tex from [5b16730591] to [b46ed08c0b].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1991, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1999/11/22 23:04:08 peterg ## *** empty log message *** ## # Revision 1.3 1996/11/12 09:53:59 peterg # Reads in the params.r file now. # # Revision 1.2 1996/11/12 09:11: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. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 1999/11/22 23:44:47 peterg ## Now does scse as well ## ## Revision 1.4 1999/11/22 23:04:08 peterg ## *** empty log message *** ## # Revision 1.3 1996/11/12 09:53:59 peterg # Reads in the params.r file now. # # Revision 1.2 1996/11/12 09:11:20 peterg |
︙ | ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | reduce >cse_r2tex.log << EOF %Read the definitions file in "$1_def.r"; %Read the parameter file in "$1_params.r"; %Read the simplification file in "$1_simp.r"; %Read the constrained-state equations file in "$1_$2.r"; OFF Echo; OFF Nat; | > > > < < < < < < < < | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | reduce >cse_r2tex.log << EOF %Read the definitions file in "$1_def.r"; %Read the parameter file in "$1_params.r"; %Read the substitution file in "$1_subs.r"; %Read the simplification file in "$1_simp.r"; %Read the constrained-state equations file in "$1_$2.r"; OFF Echo; OFF Nat; OUT "$1_$2.tex"; %Write out the constrained-state equations. write "%File: $1_$2.tex"; |
︙ | ︙ |