Overview
Comment: | Moved headers in shell script. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
108bdd7d5045b3aad8e58a495d6f6ee8 |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-30 19:37:43 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-30
| ||
19:42:36 | Added newline at end of file. check-in: f7bf929c86 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:37:43 | Moved headers in shell script. check-in: 108bdd7d50 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:05:52 | Initial revision check-in: a2ef29aad5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sympar2numpar_r2m from [af70df1666] to [391cb8639d].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + + + + | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### |
︙ | |||
35 36 37 38 39 40 41 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - - + - + - + - - - | ## ############################################################### # Inform user echo Creating $1_numpar.m # Remove the old log file |
︙ | |||
74 75 76 77 78 79 80 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | - + + + + + + + + + + + + + + + + + + + + + + + + | write MTTVar(i,1), " = 1; % Default value"; END; END; if MTTNVar=0 THEN write "foo=0"; |