Index: mttroot/mtt/bin/trans/dae_r2m ================================================================== --- mttroot/mtt/bin/trans/dae_r2m +++ mttroot/mtt/bin/trans/dae_r2m @@ -12,10 +12,15 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.7 1998/05/13 16:43:03 peterg +## Now uses matlab_matrix to write the matrices +## Various bug fixes +## New global generation method +## # Revision 1.6 1997/08/28 14:07:16 peterg # Changed MTTDx to MTTDeriv # # Revision 1.5 1996/08/24 14:27:29 peter # Global parameters. @@ -77,11 +82,11 @@ PROCEDURE common; BEGIN write "% Read in the input"; - write "u = $1_input(t)"; + write "u = $1_input(x,t)"; % write "% Read in the arguments"; % write "$1_args"; write "% Set up the State variables";