Index: mttroot/mtt/bin/trans/mtt_header ================================================================== --- mttroot/mtt/bin/trans/mtt_header +++ mttroot/mtt/bin/trans/mtt_header @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 2000/10/11 08:01:42 peterg +## Added noglobal fudge +## ## Revision 1.1 2000/10/10 21:02:27 peterg ## Initial revision ## ############################################################### @@ -34,10 +37,14 @@ Npar=`wc -l $system\_sympar.txt | awk '{print $1}'` # Representation-specific stuff case $rep in cse) + states=yes; + inputs=yes; + ;; + csex) states=yes; inputs=yes; ;; cseo) states=yes;