Index: mttroot/mtt/bin/trans/make_ode2odes ================================================================== --- mttroot/mtt/bin/trans/make_ode2odes +++ mttroot/mtt/bin/trans/make_ode2odes @@ -7,10 +7,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.31 2000/05/10 18:33:25 peterg +## Use smxa and smxax in place of smx +## ## Revision 1.30 2000/04/18 11:24:19 peterg ## Removed _numpar. ## ## Revision 1.29 2000/04/07 19:10:57 peterg ## *** empty log message *** @@ -138,11 +141,11 @@ #Initialise MTTt = 0.0; [MTTu] = zero_input($Nu); # Zero the input [MTTx] = $1_state; # Read in initial state -[MTTpar] = $1_numpar; # Read in initial state +[MTTpar] = $1_numpar; # Read in parameters #[mttAA] = zero_matrix($Nx); # Zero the A matrix #[mttAAx] = zero_vector($Nx); # Zero the AAx vector #if $Nx>0