From 289b71ea03da5e70ba3b0fabdf5f02523ef99d64 Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 15 Oct 2008 13:01:53 +0100 Subject: [PATCH] Removed small comment - CGAL *does* circulate around edges consistently. --- .../utilities/mesh/generation/CV3DMesher/calcDualMesh.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C b/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C index 997f399c83..cd27ed36e4 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C +++ b/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C @@ -224,8 +224,6 @@ void Foam::CV3D::calcDualMesh dcNei = dcA; // reverse face order to correctly orientate normal - // unsure if CGAL always circulates consistently, - // needs to be more rigorous reverse(newDualFace); }