Index: mttroot/mtt/bin/trans/awk/rbg_fig2m.awk ================================================================== --- mttroot/mtt/bin/trans/awk/rbg_fig2m.awk +++ mttroot/mtt/bin/trans/awk/rbg_fig2m.awk @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.26 1998/04/04 07:29:26 peterg +## SS now only port component +## ## Revision 1.25 1998/04/03 15:07:20 peterg ## Now correctly write 0/1 port names ## ## Revision 1.24 1998/04/03 14:02:50 peterg ## Added 0 and 1 to list of possible ports @@ -575,11 +578,10 @@ # Do the port components, in order of appearance, first for (i = 1; i <= i_port_component; i++) { name = sprintf("[%s]", port_labels[i]); port_type = comp_type[port_labels[i]]; -print i, port_labels[i], name, port_type cr = "MTT_port"; arg = i; if (length(x_port[i])==0) printf(warning_p);