Differences From Artifact [eef0c4b843]:
- Executable file mttroot/mtt/bin/trans/mtt_getsize — part of check-in [1282bd5438] at 2000-02-08 08:40:50 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 362) [annotate] [blame] [check-ins using]
To Artifact [57449ae811]:
- Executable file mttroot/mtt/bin/trans/mtt_getsize — part of check-in [7021067391] at 2000-04-07 19:10:01 on branch origin/master — Extra Nxx version (user: gawthrop@users.sourceforge.net, size: 447) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 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 |