17 Aug
2004
17 Aug
'04
8:47 p.m.
On Aug 17, 2004, at 3:03 PM, Gordon Smith wrote:
NOTE: I also needed to change the following:
vertex_descriptor old_p;
To: vertex_descriptor old_p = 0;
I think it should be vertex_descriptor old_p = p; because "p" is the vertex that was just moved. It seems happier now, and I've checked in that fix. Maybe we'll be lucky after all :) Doug