Index: mttroot/mtt/bin/trans/ode_r2m ================================================================== --- mttroot/mtt/bin/trans/ode_r2m +++ mttroot/mtt/bin/trans/ode_r2m @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.9 1998/03/30 14:18:07 peterg +## Removed NERO command +## ## Revision 1.8 1998/02/25 18:03:49 peterg ## Removed the argument reading bits. ## ## Revision 1.7 1997/08/29 07:58:17 peterg ## Changed MTT to mtt in the .m files. @@ -85,11 +88,11 @@ ELSE write MTTVar(i,1), ";" END; END; write "% Read in the input"; - write "u = $1_input(t)"; + write "u = $1_input(x,t)"; write "% Read in the definitions"; write "[nx,ny,nu,nz,nyz] = $1_def"; % write "% Read in the arguments";