Boost logo

Boost Users :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-08-17 15:47:06


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