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.61 2001/08/01 04:06:07 geraint +## Added -i dassl for -cc and -oct. +## ## Revision 1.60 2001/07/16 22:23:00 geraint ## Fixed misleading variable name in .cc rep. ## ## Revision 1.59 2001/07/13 04:54:04 geraint ## Branch merge: numerical-algebraic-solution back to main. @@ -633,11 +636,11 @@ u = feval ("${sys}_input", new_args, 1)(0).${vector_value} (); #endif U.insert (u,0); if (MTTNYZ > 0) - U.insert (ui,MTTNX); + U.insert (ui,MTTNU); #ifdef STANDALONE dx = F${sys}_${ode} (x,U,t,par); yz = F${sys}_ae (x,U,t,par); #else