Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.150 1998/05/19 19:47:37 peterg +## Updated the odesso representation to use simpar file. +## ## Revision 1.149 1998/05/14 15:16:13 peterg ## Sorted out Differential-Algebraic Equation simulation ## Added LSODE methode to ordinary differential equation simulation ## ## Revision 1.148 1998/05/12 14:42:07 peterg @@ -1449,11 +1452,18 @@ $1_ode.r: $1_dae.r echo Copying $1_dae.r to $1_ode.r cp $1_dae.r $1_ode.r endif $1_ode.m: $1_def.r $1_ode.r $1_sympar.r - ode_r2m $1; matlab_tidy $1_ode.m; matlab_tidy $1_odeo.m + ode_r2lang $1 m; \ + matlab_tidy $1_ode.m; \ + matlab_tidy $1_odea.m; \ + matlab_tidy $1_odeo.m +$1_odea.m: $1_ode.m + touch $1_odea.m +$1_odeo.m: $1_ode.m + touch $1_odeo.m $1_ode.c: $1_def.r $1_ode.r $1_sympar.r $1_sympar.c ode_r2c $1 $1_ode.tex: $1_ode.r $1_sympar.r $1_simp.r ode_r2tex $1; latex_tidy $1_ode.tex