17 Aug
2004
17 Aug
'04
9:02 p.m.
Alas no, still looping on a reasonably normal graph, if I get a chance I
will send you the more info...
Gordon.
"Doug Gregor"
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