Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.191 1998/09/02 12:05:39 peterg +## Added INPUT to simpar +## ## Revision 1.190 1998/09/02 11:48:51 peterg ## VERSION 3.2 (Swansea) ## abg data structure now uses explicti port and subsystem lists so that ## processing is in predetermined order. ## @@ -957,10 +960,21 @@ documenttype=book fi else documenttype=section fi + +case $2 in + nyfr) + NyquistStyle='True' + ;; + nifr) + NyquistStyle='True' + ;; + *) + +esac #SUMMARY abg acausal bond graph (fig) #SUMMARY abg acausal bond graph (ps) #SUMMARY abg acausal bond graph (view) # Invoke explicit requests for modification @@ -2109,11 +2123,11 @@ echo Creating $1_odes.dat dat22dat $1 odes #Generic conversion of data files from dat to (gplot) gdat format $1_$2.gdat: $1_$2.dat $1_struc.txt $1_args.m - dat2gdat $1 $2 $4 + dat2gdat $1 $2 $4 $NyquistStyle #Generic conversion of Latex to latex document mtt.sty: echo Copying mtt.sty to here cp $MTTPATH/trans/mtt.sty .