From 0b990fd92528d0ba98fd2b23e6b932be8e8fd8a8 Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 5 Aug 2009 18:20:24 +0100 Subject: [PATCH] Tweak to commented out function. --- applications/utilities/mesh/generation/CV2DMesher/CV2DI.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H b/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H index f69ff119c1..4ce7b33e97 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H @@ -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); }