Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.71 1997/05/03 15:50:18 peterg +# c functions not included in gcc arg list -- they are now included in +# the main prog. +# # Revision 1.70 1997/05/03 14:17:13 peterg # Now copies c utilities (eg dsvdcmp.c) from $MTTPATH/trans/c. # # Revision 1.69 1997/05/03 13:58:35 peterg # Implicit integration for sm representation added. @@ -406,11 +410,11 @@ path_name=$3 if [ -z "$path_name" ]; then path_name=$MTTPATH/lib/examples fi echo Copying system $2 to here from $3 - find $path_name -name "$2_*.*" -exec cp {} . \; + find $path_name -name "$2_*.???" -exec cp {} . \; fi exit fi # Copy CRs from the library @@ -965,11 +969,11 @@ $1_sympar.c $1_sympar.h\ $1_numpar.c $1_input.c 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 + gcc $1_odes.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\