Index: mttroot/mtt/bin/trans/abg2sympar_m2txt ================================================================== --- mttroot/mtt/bin/trans/abg2sympar_m2txt +++ mttroot/mtt/bin/trans/abg2sympar_m2txt @@ -13,13 +13,13 @@ # Inform user echo "Creating $1_sympar.txt" rm -f mtt_error # Separation characters -SEPS=';+*/()-' +SEPS=';+*/()-=' # Replace by , -REPS=',,,,,,,' +REPS=',,,,,,,,' # This is the main transformation using gawk tr $SEPS $REPS < $1_abg.m | \ awk ' function exact_match(name1, name2) { @@ -38,11 +38,11 @@ return matched; } BEGIN { var = "[%|#]VAR"; - not_an_arg = "effort flow state internal external zero unknown"; + not_an_arg = "effort flow state internal external zero unknown mtt_e mtt_f"; arg_line = "arg = "; } { ## Explicit VAR declarations if (match($1,var)>0) print $2 "\t" system_name;