Index: mttroot/mtt/bin/trans/make_ode2odes ================================================================== --- mttroot/mtt/bin/trans/make_ode2odes +++ mttroot/mtt/bin/trans/make_ode2odes @@ -7,10 +7,16 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.85 2003/06/25 12:46:06 gawthrop +## Input only changed one per print interval +## No effect if stepfactor=1 +## Fixes bug when _input.m is compiled using -stdin option +## and stepfactor>1 +## ## Revision 1.84 2003/04/17 20:57:29 geraint ## Added -sort option to allow direct generation of ode2odes.m using sese.m ## instead of ode/csex. ## ## "mtt -sort rc odeso view" works without Reduce installed!!! @@ -339,11 +345,11 @@ fi if [ -n "$4" ]; then algebraic_solver=$4 else - algebraic_solver="Reduce_Solver" + algebraic_solver="noAlgebraicSolver" fi insertor=\<\< # help emacs sh-mode handle C++ lines echo Creating $filename with $method integration method