Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.265 2000/09/19 07:45:28 peterg +## Version 4.7 +## ## Revision 1.264 2000/09/15 08:37:27 peterg ## Fixed bug using -sub in cbg view ## ## Revision 1.263 2000/09/15 07:33:35 peterg ## Replace fig2dev language eps by ps to avoid version problem. @@ -892,11 +895,11 @@ #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version -version='4.7' +version='4.7++' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default @@ -2672,11 +2675,11 @@ #Create PostScript version of fig files ifeq ($REPTYPE,bg) $1_$2.ps : $1_$2.fig echo Creating $1_$2.ps - multi_command2 'fig2dev -Lps' $1 $2.fig $2.ps | sh + multi_command2 'fig2dev -Leps' $1 $2.fig $2.ps | sh endif ifeq ($REPTYPE,data) #Create PostScript version of dat file