Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.192 1998/09/29 20:09:46 peterg +## Fixed nyfr and nifr plotting bug +## ## Revision 1.191 1998/09/02 12:05:39 peterg ## Added INPUT to simpar ## ## Revision 1.190 1998/09/02 11:48:51 peterg ## VERSION 3.2 (Swansea) @@ -1383,10 +1386,12 @@ #SUMMARY switch Dynamic switch information (txt) $1_switch.txt: $1_struc.txt struc2switch_txt $1 $1_switch.m: $1_switch.txt $1_sympars.txt switch_txt2m $1 +$1_switcha.m: $1_switch.m + touch $1_switcha.m #SUMMARY sympars sympar + dynamic switch information (txt) $1_sympars.txt: $1_sympar.txt $1_switch.txt echo Creating $1_sympars.txt cat $1_sympar.txt $1_switch.txt > $1_sympars.txt @@ -1751,13 +1756,15 @@ mtt_m2p $1_odeo.m $1_smx.p : $1_def.r $1_smx.m mtt_m2p $1_smx.m $1_switch.p : $1_def.r $1_switch.m mtt_m2p $1_switch.m +$1_switcha.p : $1_def.r $1_switcha.m + mtt_m2p $1_switcha.m $1_ode2odes.p : $1_ode2odes.m $1_def.r\ $1_simpar.p $1_numpar.p $1_state.p $1_input.p \ - $1_ode.p $1_odeo.p $1_switch.p \ + $1_ode.p $1_odeo.p $1_switch.p $1_switcha.p \ $1_smx.p mtt_implicit.p mtt_euler.p \ mtt_write.p sign.p zero_matrix.p zero_vector.p mtt_m2p $1_ode2odes.m $1_ode2odes.c: $1_ode2odes.p