Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.353 2002/05/28 18:08:38 geraint +## Fixed [ 547294 ] CRs are not sought from MTT_CRS. +## ## Revision 1.352 2002/05/24 11:04:10 geraint ## Removed unnecessary message about *.log file not existing when -D option is used. ## ## Revision 1.351 2002/05/23 17:08:20 geraint ## `mtt sys sfun zip` now produces an input block and an interface block for MTT models. @@ -2970,15 +2973,15 @@ #$1_sim.m: $1_def.r $1_sympar.txt $1_ode2odes.out $1_numpar.m $1_state.m # mtt_make_sim $1 $integration_method $computation #endif #SUMMARY ssim Octave sensitivity simulation function (m) -$1_ssim.m: $1_def.r +$1_ssim.m: $1_def.r $1_ode2odes.${m} make_ssim $1 m #SUMMARY sim Octave simulation function (m) -$1_sim.m: $1_def.r +$1_sim.m: $1_def.r $1_ode2odes.${m} make_sim $1 m #SUMMARY obs observer equations for CGPC (r) #SUMMARY obs* observer equations for CGPC (m) #SUMMARY obs observer equations for CGPC (tex)