Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.185 1998/08/18 09:21:14 peterg +## Removed "" from default simpar file. +## ## Revision 1.184 1998/08/18 09:08:26 peterg ## Now grabs components (specified in lbl file as alias) at the rbg stage ## - this makes sure that they are there when needed. ## ## Revision 1.183 1998/08/18 08:48:43 peterg @@ -633,11 +636,11 @@ #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version -version='3.0++' +version='3.1' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default @@ -766,21 +769,22 @@ echo ' mtt rename ' echo ' mtt vc' echo ' mtt ' echo ' mtt ' echo 'Options: -q quiet mode -- suppress MTT banner' - echo ' -v verbose mode' + echo ' -A solve algebraic equations symbolically' + echo ' -D debug -- leave log files etc' echo ' -I prints more information' - echo ' -p print environment variables' echo ' -c c-code generation' - echo ' -o ode and dae are the same' + echo ' -d use directory ' echo ' -d use directory ' + echo ' -o ode and dae are the same' + echo ' -p print environment variables' + echo ' -ss use steady-state info to initialise simulations' echo ' -t tidy mode (default)' echo ' -u untidy mode (leaves files in current dir)' - echo ' -d use directory ' - echo ' -D debug -- leave log files etc' - echo ' -A solve algebraic equations symbolically' + echo ' -v verbose mode' echo ' --version print version and exit' echo ' --versions print version of mtt and components and exit' exit fi fi