Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.222 1999/12/23 10:03:42 peterg +## Added $1_sympars.txt to numpar.m target +## ## Revision 1.221 1999/12/22 05:15:51 peterg ## Set to version 4.0. ## ## Revision 1.220 1999/12/17 03:17:57 peterg ## reps_made is now $1_reps_made - stops clash between two reps per directory @@ -751,11 +754,11 @@ #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version -version='4.0' +version='4.0++' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default @@ -1799,10 +1802,11 @@ txt2tex $1 sspar r #SUMMARY rep* report (txt) #SUMMARY rep report (tex) #SUMMARY rep* report (view) +#SUMMARY rep* report (html) ifeq ($documenttype,book) $1_rep.txt: dir2rep $1 $dotdot; @@ -1937,10 +1941,11 @@ #SUMMARY ode* ordinary differential equations (m) #SUMMARY ode ordinary differential equations (c) #SUMMARY ode ordinary differential equations (tex) #SUMMARY ode* ordinary differential equations (view) #SUMMARY ode ordinary differential equations (ps) +#SUMMARY ode ordinary differential equations (oct) #Ordinary differential equations ifeq ($dae_is_ode,0) $1_ode.r: $1_cse.r $1_def.r $1_sympar.r $1_subs.r cse2ode_r $1; tidy $1_ode.r endif @@ -1951,10 +1956,13 @@ cp $1_dae.r $1_ode.r endif $1_ode.m: $1_def.m $1_ode.r $1_sympars.txt mtt_r2m $1 ode m; matlab_tidy $1_ode.m + +$1_ode.oct: $1_def.r $1_ode.p $1_numpar.p $1_input.p $1_sympars.txt + mtt_p2oct $1 ode $1_odea.m: $1_ode.m touch $1_odea.m $1_odeo.m: $1_ode.m touch $1_odeo.m