Removed small comment - CGAL *does* circulate around edges consistently.

This commit is contained in:
graham
2008-10-15 13:01:53 +01:00
parent 5cfb1de967
commit 289b71ea03

View File

@ -224,8 +224,6 @@ void Foam::CV3D::calcDualMesh
dcNei = dcA; dcNei = dcA;
// reverse face order to correctly orientate normal // reverse face order to correctly orientate normal
// unsure if CGAL always circulates consistently,
// needs to be more rigorous
reverse(newDualFace); reverse(newDualFace);
} }