Overview
Comment: | New mtt_getsize to replace bc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
56555dc0b2aaf9ac4c687b3370ec1ab0 |
User & Date: | gawthrop@users.sourceforge.net on 2000-04-07 13:38:13 |
Other Links: | branch diff | manifest | tags |
Context
2000-04-07
| ||
13:55:10 | Initial revision check-in: a5d4951856 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:38:13 | New mtt_getsize to replace bc check-in: 56555dc0b2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:25:52 | Modified for smx, smxa, smxax check-in: 7356caf5d0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_m2p from [a184ac3e90] to [a16cb755ff].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.38 2000/04/07 13:24:41 peterg ## Modified for smxa and smxax ## ## Revision 1.37 2000/04/07 08:17:37 peterg ## Added mttpar to the arg list of cse and cseo ## ## Revision 1.36 1999/11/29 06:49:26 peterg ## Upped number of mtt_tnn ## ## Revision 1.35 1999/11/15 22:47:17 peterg |
︙ | |||
156 157 158 159 160 161 162 163 164 165 | 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | + - + | fi # Inform user echo Creating $Filename $MethodBlurb $StdinBlurb # Find system constants Nx=`mtt_getsize $Sys x` # States Nxx=`mtt_getsize $Sys xx` # States x States Nu=`mtt_getsize $Sys u` # Inputs Ny=`mtt_getsize $Sys y` # Inputs Npar=`wc -l $Sys\_sympar.txt | awk '{print $1}'` |
︙ |