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.7 1997/08/29 07:58:17 peterg +## Changed MTT to mtt in the .m files. +## # Revision 1.6 1997/01/05 19:34:35 peterg # Don't write globals which are already assigned to a number. # ## Revision 1.5 1996/09/13 19:41:39 peter ## *** empty log message *** @@ -84,12 +87,12 @@ write "u = $1_input(t)"; write "% Read in the definitions"; write "[nx,ny,nu,nz,nyz] = $1_def"; - write "% Read in the arguments"; - write "$1_args"; +% write "% Read in the arguments"; +% write "$1_args"; write "% Set up the State variables"; FOR i := 1:MTTNx DO BEGIN write "mttx", i, " = x(", i, ");";