From 3c823f658eb5c74dedeee174056a4ff881793075 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Mon, 12 Dec 2011 11:21:51 +0000 Subject: [PATCH] ENH: Removed unused #include file --- .../mesh/generation/cv2DMesh/insertFeaturePoints.C | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C b/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C index 4765dc28bb9..7d58930ce49 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C +++ b/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2007-2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,13 +25,10 @@ License #include "CV2D.H" #include "plane.H" -#include "triSurfaceTools.H" #include "unitConversion.H" - // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // - bool Foam::CV2D::on2DLine(const point2D& p, const linePointRef& line) { const point2D& a = toPoint2D(line.start()); @@ -52,8 +49,6 @@ bool Foam::CV2D::on2DLine(const point2D& p, const linePointRef& line) } -// Create feature points/edges by creating a triplet in the corner. -// (this triplet will have as its circumcentre the feature) void Foam::CV2D::insertFeaturePoints() { featurePoints_.clear(); @@ -394,4 +389,6 @@ void Foam::CV2D::reinsertFeaturePoints() ); } } + + // ************************************************************************* // -- GitLab