From da4f8e69dce21656ac700949bb838893f06b9936 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 12 Dec 2011 17:34:54 +0000 Subject: [PATCH] STYLE: Minor code formatting --- applications/utilities/mesh/generation/cv2DMesh/indexedFaceI.H | 2 ++ .../utilities/mesh/generation/cv2DMesh/indexedVertexI.H | 3 +++ 2 files changed, 5 insertions(+) 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()); } + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //