Index: mttroot/mtt/bin/trans/make_ode2odes ================================================================== --- mttroot/mtt/bin/trans/make_ode2odes +++ mttroot/mtt/bin/trans/make_ode2odes @@ -7,10 +7,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.25 1999/08/29 06:55:26 peterg +## Removed [MTTu] = zero_input($Nu); # Zero the input +## to avoide the p2c bug ???? +## ## Revision 1.24 1999/08/27 06:02:16 peterg ## removed zero_input to avoid p2c bug ## ## Revision 1.23 1999/08/02 13:39:19 peterg ## Replaced zero_vector by zero_input @@ -108,11 +112,11 @@ MTTilast = round(mttlast/mttdt); # Total number of steps #Initialise MTTt = 0.0; -#[MTTu] = zero_input($Nu); # Zero the input +[MTTu] = zero_input($Nu); # Zero the input [MTTx] = $1_state; # Read in initial state [MTTy] = $1_odeo(MTTx,MTTu,MTTt); # Evaluate initial output