Boost logo

Boost Users :

From: Gordon Smith (schmoo2k_at_[hidden])
Date: 2004-08-17 16:02:41


Alas no, still looping on a reasonably normal graph, if I get a chance I
will send you the more info...

Gordon.

"Doug Gregor" <dgregor_at_[hidden]> wrote in message
news:9A166FD8-F08E-11D8-9A15-000A95B0EC64_at_cs.indiana.edu...
>
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net