Overview
Comment: | # is now the comment symbol in the .txt file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7e9f611d4d6c2e7bbdf5f512d0be79c8 |
User & Date: | gawthrop@users.sourceforge.net on 1997-05-01 08:35:18 |
Other Links: | branch diff | manifest | tags |
Context
1997-05-01
| ||
08:39:20 |
params.c and params.m not used any more. _numpar.txt is the common base from which _numpar.c and numpar.m is generated. check-in: 3a578de1c6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:35:18 | # is now the comment symbol in the .txt file check-in: 7e9f611d4d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:25:31 | Initial revision check-in: 320b2cf1ce user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/numpar_txt2c from [677e6eb148] to [e328b73e29].
1 2 3 4 5 6 7 8 9 10 11 12 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: numpar_txt2c # Numerical parameters to c format # P.J.Gawthrop May 1997 # Copyright (c) P.J.Gawthrop, 1997. | | > > > | 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 27 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: numpar_txt2c # Numerical parameters to c format # P.J.Gawthrop May 1997 # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.1 1997/05/01 08:25:31 peterg # Initial revision # ############################################################### # Inform user echo "Creating $1_numpar.c" |
︙ | ︙ |