Index: mttroot/mtt/bin/trans/mtt_strip_args ================================================================== --- mttroot/mtt/bin/trans/mtt_strip_args +++ mttroot/mtt/bin/trans/mtt_strip_args @@ -9,10 +9,13 @@ # Label file to symbolic parameters conversion # Copyright (C) 2000 by Peter J. Gawthrop ## $Id$ ## ## $Log$ +## Revision 1.2 2000/10/16 09:06:26 peterg +## Write out the system as a second columns as well +## ## Revision 1.1 2000/10/16 09:04:04 peterg ## Initial revision ## ## # Inform user #echo "Creating $1_sympar.txt" @@ -41,11 +44,11 @@ return matched; } BEGIN { not_an_arg = "effort flow state internal external zero unknown\ - mtt_e mtt_f sqrt exp log sign none abs"; + mtt_e mtt_f mtt_mod sqrt exp log sign none abs"; } { args=$1 sys=$2 N=split(args, arg, ",");