Index: mttroot/mtt/bin/trans/ode2odes_r2c ================================================================== --- mttroot/mtt/bin/trans/ode2odes_r2c +++ mttroot/mtt/bin/trans/ode2odes_r2c @@ -18,10 +18,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.11 1997/05/12 16:00:54 peterg +# Removed itime again., +# # Revision 1.10 1997/05/10 10:05:15 peterg # Put _input in inner loop in front of call to _ode # ## Revision 1.9 1997/05/10 09:54:34 peterg ## Moved _input call to after the inner integration loop. @@ -152,12 +155,12 @@ %Initialise main (Euler) integration loop write "/* Initialise main (Euler) integration loop */"$ write " time = 0.0;"$ write " dt = DT/STEPFACTOR;"$ -write " for (i=1; i<=MTTNX; i++)"$ -write " x[i] = 0.0;"$ +%% write " for (i=1; i<=MTTNX; i++)"$ +%% write " x[i] = 0.0;"$ %Set up system inputs write "/* Set up system inputs */"$ write " for (i=1; i<=", MTTNu, "; i++)"$ write " u[i] = 1.0;"$