Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.393 2004/08/26 16:20:17 geraint +## Creates postscript files of either dia or fig bond graphs. +## ## Revision 1.392 2004/08/26 12:50:12 geraint ## Replaced some implicit rules with explicit tests and patterns. ## Better than having make search through every possible implicit rule. ## ## Revision 1.391 2004/08/26 00:07:06 geraint @@ -1577,13 +1580,10 @@ mtt_switches="$mtt_switches $1"; Solve='-A';; -abg ) mtt_switches="$mtt_switches $1"; start_at_abg='yes';; - -ibg ) - mtt_switches="$mtt_switches $1"; - use_ibg='yes';; -stdin ) mtt_switches="$mtt_switches $1"; stdin=stdin;; -sub ) mtt_switches="$mtt_switches $1 $2"; sub='-sub'; @@ -1687,11 +1687,10 @@ echo 'Options: -q quiet mode -- suppress MTT banner' echo ' -A solve algebraic equations symbolically' echo ' -D debug -- leave log files etc' echo ' -I prints more information' echo ' -abg start at abg.m representation' - echo ' -ibg use intermediate representation to transform rbg to abg (EXPERIMENTAL)' echo ' -c c-code generation' echo ' -cc C++ code generation' echo ' -cr Use cr before resolving equations' echo ' -d use directory ' echo ' -dr use files contained in '