Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.69 1997/05/03 13:58:35 peterg +# Implicit integration for sm representation added. +# # Revision 1.68 1997/05/01 08:39:20 peterg # params.c and params.m not used any more. # _numpar.txt is the common base from which _numpar.c and numpar.m is # generated. # @@ -990,14 +993,15 @@ echo Creating $1_odes.m echo Creating $1_odeso.m echo 'Compiling ...' gcc $1_odes.c $1_ode.c $1_numpar.c $1_input.c -lm echo 'Running ...'; ./a.out; echo 'Done.' + $1_sms.m: $1_sms.c $1_sm.c $1_numpar.c $1_sms.h\ $1_sympar.c $1_sympar.h\ - $1_numpar.c $1_input.c svdcmp.c + $1_numpar.c $1_input.c dsvdcmp.c echo Creating $1_sms.m echo Creating $1_smso.m echo 'Compiling ...' gcc $1_sms.c $1_sm.c $1_numpar.c $1_input.c -lm echo 'Running ...'; ./a.out; echo 'Done.' @@ -1166,6 +1170,16 @@ mkdir RCS $1_$2.vc: RCS echo Version control on $1_$2.$VCext ci -I $1_$2.$VCext