diff --git a/applications/utilities/mesh/generation/cv2DMesh/indexedFaceI.H b/applications/utilities/mesh/generation/cv2DMesh/indexedFaceI.H index 89bdf68691..c3151fffc5 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/indexedFaceI.H +++ b/applications/utilities/mesh/generation/cv2DMesh/indexedFaceI.H @@ -106,3 +106,5 @@ inline int CGAL::indexedFace::faceIndex() const return index_; } + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/applications/utilities/mesh/generation/cv2DMesh/indexedVertexI.H b/applications/utilities/mesh/generation/cv2DMesh/indexedVertexI.H index 6fef3fc7d4..65b254aabd 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/indexedVertexI.H +++ b/applications/utilities/mesh/generation/cv2DMesh/indexedVertexI.H @@ -228,3 +228,6 @@ bool CGAL::outsideTriangle || (v1.farPoint() || v1.ppSlave()) || (v2.farPoint() || v2.ppSlave()); } + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //