Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.173 1998/07/26 14:38:20 peterg +## *** empty log message *** +## ## Revision 1.172 1998/07/26 11:13:38 peterg ## Fixed name classes with globs - ide is that all @strong{MTT} variables ## start with @strong{MTT} ## ## Revision 1.171 1998/07/25 20:37:22 peterg @@ -1343,13 +1346,10 @@ echo Creating $1_simpar.txt ( \ echo "# Simulation parameters for system $1 ($1_simpar.txt)"; \ echo "# Generated by MTT on" `date`.; \ cat $MTTPATH/trans/rcs_header.sh; \ - echo "global ..."; \ - echo "mtt_no_global ..."; \ - echo "mtt_no_global;"; \ echo ;\ echo 'LAST=10.0;'; \ echo 'DT=0.1;'; \ echo 'STEPFACTOR=1;'; \ echo 'METHOD="Implicit";'; \