Index: mttroot/mtt/bin/trans/sympar2numpar_txt2txt ================================================================== --- mttroot/mtt/bin/trans/sympar2numpar_txt2txt +++ mttroot/mtt/bin/trans/sympar2numpar_txt2txt @@ -12,10 +12,16 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.7 1997/09/18 17:10:18 peterg +## Changed comments pertaining to the parameters to use the new column 2 +## of the sympar file (the system type). +## Added blank line to separate parmeters from states. +## (Done in the Chester Court Hotel). +## ## Revision 1.6 1997/06/13 09:34:39 peterg ## changed [] to () ## # Revision 1.5 1997/05/15 08:30:14 peterg # Now write default states (using _struc file). @@ -51,13 +57,13 @@ #Write out the initial states echo >> $1_numpar.txt echo "# Initial states" >> $1_numpar.txt awk '{ if ($1=="state") - print "x(" $2 ") = \t0.0; \# Initial state for " $4 " (" $3 ")" + print "x(" $2 ") = \t0.0; \# Initial state for system" $4 " (Component " $3 ")" }' \ $1_struc.txt >> $1_numpar.txt