Index: mttroot/mtt/bin/trans/awk/lbl2sympar.awk ================================================================== --- mttroot/mtt/bin/trans/awk/lbl2sympar.awk +++ mttroot/mtt/bin/trans/awk/lbl2sympar.awk @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.10 1998/03/26 13:03:23 peterg +## Changed SS field fudge. +## ## Revision 1.9 1998/02/16 16:09:57 peterg ## And taken it out again! ## ## Revision 1.8 1998/02/16 12:08:38 peterg ## Put back the matrix declaration @@ -62,11 +65,11 @@ BEGIN { sys_name = ARGV[1]; comment = "%"; arg_delimiter = ","; -not_an_arg = "effort flow state internal external zero 0 1"; +not_an_arg = "effort flow state internal external zero unknown 0 1"; SS_parameter = "internal external zero 0 1"; numeric = "[0-9-]"; symbol_count = 0; symbols = ""; }