Index: mttroot/mtt/bin/trans/mtt_m2p ================================================================== --- mttroot/mtt/bin/trans/mtt_m2p +++ mttroot/mtt/bin/trans/mtt_m2p @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.48 2000/05/18 09:39:38 peterg +## Removed fifth argument from _input +## ## Revision 1.47 2000/05/16 18:56:03 peterg ## Upgraded for new simulation approach - uses data files to input ## parameters -- no more argv stuff ## ## Revision 1.46 2000/05/16 11:59:01 peterg @@ -215,11 +218,11 @@ ;; input) echo "PROCEDURE $Sys_rep(VAR mttu : InputVector;" echo " mttt : REAL;" echo " mttx : StateVector;" - echo " mtty : OutputVector)" + echo " mtty : OutputVector);" ;; ode) echo "PROCEDURE $Sys_rep(VAR mttdx: StateVector;" echo " mttx : StateVector;" echo " mttu : InputVector;"