diff --git a/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C b/applications/utilities/mesh/generation/cv2DMesh/insertFeaturePoints.C index 4765dc28bb9e847a1dbf229fa377729fbb8e3789..7d58930ce49f1f9e835660393df2765bace7b6fa 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() ); } } + + // ************************************************************************* //