Overview
Comment: | Extra Nxx version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7021067391a3a4931aad34bd9bee1bc7 |
User & Date: | gawthrop@users.sourceforge.net on 2000-04-07 19:10:01 |
Other Links: | branch diff | manifest | tags |
Context
2000-04-07
| ||
19:10:24 | New smxa and smxax reps check-in: a542fd3048 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:10:01 | Extra Nxx version check-in: 7021067391 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:07:54 | New smxa and smxax forms check-in: 1f31641887 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_getsize from [eef0c4b843] to [57449ae811].
︙ | ︙ | |||
8 9 10 11 12 13 14 | # Gets array sizes for the def.r file # P.J.Gawthrop Feb 2000 # Copyright (C) 2000 by Peter J. Gawthrop #$Id$ | > > > > | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Gets array sizes for the def.r file # P.J.Gawthrop Feb 2000 # Copyright (C) 2000 by Peter J. Gawthrop #$Id$ if [ "$2" = "xx" ]; then n=`mtt_getsize $1 x` N=`echo "$n * $n" | bc` else N=`grep "MTTN$2 " <$1_def.r | awk '{print $3}' | sed 's/;//'` fi echo $N |