Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.253 2000/08/24 08:53:35 peterg +## New makesubs to create a .subs.r file with output switches to simplify output. +## ## Revision 1.252 2000/08/09 10:31:17 peterg ## Use -d option to find if its a book-style report ## ## Revision 1.251 2000/08/04 10:54:33 peterg ## Rationalised call to gcc using -lp2c to access p2c lib. @@ -854,11 +857,11 @@ #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version -version='4.4++' +version='4.5' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default @@ -1751,11 +1754,12 @@ cat $MTTPATH/trans/m/rcs_header.txt; \ echo 'END;'; \ )> $1_simp.r #SUMMARY subs algebraic substitution (r) -$1_subs.r: $1_sympar.txt +$1_subs.r: + mtt $mtt_switches -q -u $1 sympar txt; makesubs $1; #SUMMARY obspar GPC observability function parameters (r) $1_obspar.r: echo Creating $1_obspar.r