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.4 1997/05/01 13:51:37 peterg +# Replaced float by double. +# # Revision 1.3 1997/05/01 13:42:43 peterg # Chaged double to float # # Revision 1.2 1997/03/20 15:14:25 peterg # Lower case conversion. @@ -40,11 +43,11 @@ echo '*/' >> $1_sympar.h echo >> $1_sympar.h #Write out the variables in c format. -awk '{i++; print "double", tolower($1) ";"}' $1_sympar.txt >> $1_sympar.h +awk '{i++; print "double", $1 ";"}' $1_sympar.txt >> $1_sympar.h # Now invoke the standard error handling. # mtt_error mtt_error.txt