Index: mttroot/mtt/bin/trans/mtt_r2m ================================================================== --- mttroot/mtt/bin/trans/mtt_r2m +++ mttroot/mtt/bin/trans/mtt_r2m @@ -16,10 +16,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.29 2001/09/07 00:25:56 geraint +## Partial fix for insidious bug which eliminates lines of code when parameter +## names of the form (in* or off*) start continuation lines. +## ## Revision 1.28 2001/07/13 04:54:04 geraint ## Branch merge: numerical-algebraic-solution back to main. ## ## Revision 1.27.4.1 2001/05/04 04:07:24 geraint ## Numerical solution of algebraic equations. @@ -122,10 +126,12 @@ noglobals='-noglobals'; ;; -parameters) parameters='-parameters'; par='mttpar' + ;; + -optimise) ;; *) echo $1 is an unknown option exit;; esac