Index: mttroot/mtt/bin/trans/ode2odess_m ================================================================== --- mttroot/mtt/bin/trans/ode2odess_m +++ mttroot/mtt/bin/trans/ode2odess_m @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.3 1998/05/19 19:27:04 peterg +## Zapped all the parameter stuff +## ## Revision 1.2 1996/09/13 19:40:51 peter ## Fixed problem with default paramaters. ## ## Revision 1.1 1996/09/12 19:26:57 peter ## Initial revision @@ -43,11 +46,18 @@ %Read in parameters $1_numpar; [nx,ny,nu,nz,nyz] = $1_def; + + + %Read in simulation parameters + $1_simpar; + T = [0:DT:LAST]; + t=0; %Just in case it appears in the parameter list. + %Defaults if exist('T')==0 T=[0:0.1:1] end;