Index: mttroot/mtt/bin/trans/sympar2global_txt2lang ================================================================== --- mttroot/mtt/bin/trans/sympar2global_txt2lang +++ mttroot/mtt/bin/trans/sympar2global_txt2lang @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 1998/07/25 18:49:00 peterg +## Now uses extended sympars -- sympar + switches +## ## Revision 1.1 1998/06/15 15:24:33 peterg ## Initial revision ## ############################################################### @@ -47,10 +50,11 @@ EOF # Matlab bit #Write out the variables in matlab global format if [ "$language" = "m" ]; then +strip_comments <$1_sympars.txt |\ awk ' BEGIN{ var = "foobar"; print "global ..." }