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 @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.15 1996/12/30 19:23:35 peterg +## Allows for bent bonds - ie bonds with more than 2 line segments. +## ## Revision 1.14 1996/12/21 19:47:53 peterg ## Changed \* to \\* ## ## Revision 1.13 1996/12/21 19:47:23 peterg ## Put back under VC @@ -298,11 +301,10 @@ } else { bonds[i_bond] = sprintf("%s %s %s %s %s %s", \ $2, $3, $(NF-3),$(NF-2),$(NF-1),$NF); } - } #Save up arrow coords if ( (arrow)&&(NF==(2*arrow_coords+1)) ) { i_arrow++;