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.2 1997/03/20 15:14:25 peterg +# Lower case conversion. +# # Revision 1.1 1997/03/20 14:52:41 peterg # Initial revision # ############################################################### @@ -34,11 +37,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 "float", tolower($1) ";"}' $1_sympar.txt >> $1_sympar.h # Now invoke the standard error handling. # mtt_error mtt_error.txt