Overview
Comment: | Replaced sympars by sympar. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3b9a687c46ef189615b2f816df4c283a |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-18 12:10:43 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-18
| ||
18:45:32 | Removed totally stupid bug that's lived here for years!! check-in: 808b684fb7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:10:43 | Replaced sympars by sympar. check-in: 3b9a687c46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:05:42 | Replaced sympar by sympars in numpar rep check-in: e8b3433d17 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sympar2par_txt2m from [1d442170b2] to [e090405835].
1 2 3 4 5 6 7 8 9 10 11 12 13 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: sympar2par_txt2m # Symbolic parameters parameter conversion # Used in lang_header # Copyright (C) 2000 by Peter J. Gawthrop | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: sympar2par_txt2m # Symbolic parameters parameter conversion # Used in lang_header # Copyright (C) 2000 by Peter J. Gawthrop strip_comments <$1_sympar.txt |\ awk '{ i++; printf(" %s = mttpar(%i);\n", tolower($1), i); }' |