Differences From Artifact [ee371ab031]:
- Executable file mttroot/mtt/bin/trans/mtt_multi — part of check-in [dd1498363a] at 2000-09-14 12:40:45 on branch origin/master — Now works out the level correctely (user: gawthrop@users.sourceforge.net, size: 469) [annotate] [blame] [check-ins using]
To Artifact [c98cabcb91]:
- Executable file mttroot/mtt/bin/trans/mtt_multi — part of check-in [3cd3edb0e6] at 2001-06-28 22:58:27 on branch origin/numerical-algebraic-solution — Using mtt_xargs.sh to prevent Arg list too long error. (user: geraint@users.sourceforge.net, size: 486) [annotate] [blame] [check-ins using] [more...]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | current_level=`echo $system | awk '{N=split($1,foo,"_"); print N-1}'` if [ -z "$relative_level" ]; then relative_level=0; fi |