Index: mttroot/mtt/bin/trans/sympar_txt2h ================================================================== --- mttroot/mtt/bin/trans/sympar_txt2h +++ mttroot/mtt/bin/trans/sympar_txt2h @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.1 1997/03/20 14:52:41 peterg +# Initial revision +# ############################################################### # Inform user @@ -31,11 +34,11 @@ echo '*/' >> $1_sympar.h echo >> $1_sympar.h #Write out the variables in c format. -awk '{i++; print "double", $1 ";"}' $1_sympar.txt >> $1_sympar.h +awk '{i++; print "double", tolower($1) ";"}' $1_sympar.txt >> $1_sympar.h # Now invoke the standard error handling. # mtt_error mtt_error.txt