Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.149 1998/05/14 15:16:13 peterg +## Sorted out Differential-Algebraic Equation simulation +## Added LSODE methode to ordinary differential equation simulation +## ## Revision 1.148 1998/05/12 14:42:07 peterg ## Added ese_tidy and new method for organising ese files - ## Each subsystem has an array of variables - effort, flow and state for ## each bond ## @@ -923,13 +927,17 @@ fi mtt -u -q $mtt_switches -S "$Directory" $1 $2 $3 $4 if [ "$3" != "view" ]; then + if [ "$3" != "hview" ]; then + + # echo Copying " " $1_$2.$3 - cp -u -p $1_$2.$3 .. - fi + cp -u -p $1_$2.$3 .. + fi + fi # Remove the MTT_work directory if very tidy if [ "$verytidy" = "verytidy" ]; then echo Removing all working files rm -rf ../MTT_work @@ -1718,12 +1726,12 @@ #SUMMARY odesso ode numerical steady-states - outputs (dat) #SUMMARY odesso ode numerical steady-states - outputs (ps) #SUMMARY odesso ode numerical steady-states - outputs (view) #Numerical steady states -$1_odess.m: $1_ode.m $1_numpar.m $1_args.m $1_def.m $1_input.m - ode2odess_m $1 '$ARGS' +$1_odess.m: $1_ode.m $1_numpar.m $1_def.m $1_input.m $1_simpar.m + ode2odess_m $1 $1_odesso.m: $1_odess.m touch $1_odesso.m #SUMMARY fr frequency response (m)