Tweak to commented out function.

This commit is contained in:
graham
2009-08-05 18:20:24 +01:00
parent 20407ca628
commit 0b990fd925

View File

@ -152,7 +152,7 @@ inline void Foam::CV2D::movePoint(const Vertex_handle& vh, const Point& P)
// move(vh, P);
// vh->index() = i;
// vh->set_point(toPoint(p));
// vh->set_point(P);
// fast_restore_Delaunay(vh);
}