Index: mttroot/mtt/bin/trans/numpar_txt2c ================================================================== --- mttroot/mtt/bin/trans/numpar_txt2c +++ mttroot/mtt/bin/trans/numpar_txt2c @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.2 1997/05/01 08:35:18 peterg +# # is now the comment symbol in the .txt file +# # Revision 1.1 1997/05/01 08:25:31 peterg # Initial revision # ############################################################### @@ -32,15 +35,10 @@ echo "Parameter file for system $1 ($1_numpar.c)" >> $1_numpar.c echo "This file provides the system numerical parameters in c form" >> $1_numpar.c echo "Generated by MTT at `date`" >> $1_numpar.c echo '*/' >> $1_numpar.c echo >> $1_numpar.c - - -cat $MTTPATH/trans/rcs_header.c >> $1_numpar.c -echo >> $1_numpar.c - echo "#include \"$1_sympar.c\"" >> $1_numpar.c echo "$1_numpar()" >> $1_numpar.c echo '{' >> $1_numpar.c