ENH: Removed unused #include file

This commit is contained in:
andy
2011-12-12 11:21:51 +00:00
parent 547dfe2d7c
commit 3c823f658e

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2007-2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,13 +25,10 @@ License
#include "CV2D.H" #include "CV2D.H"
#include "plane.H" #include "plane.H"
#include "triSurfaceTools.H"
#include "unitConversion.H" #include "unitConversion.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
bool Foam::CV2D::on2DLine(const point2D& p, const linePointRef& line) bool Foam::CV2D::on2DLine(const point2D& p, const linePointRef& line)
{ {
const point2D& a = toPoint2D(line.start()); 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() void Foam::CV2D::insertFeaturePoints()
{ {
featurePoints_.clear(); featurePoints_.clear();
@ -394,4 +389,6 @@ void Foam::CV2D::reinsertFeaturePoints()
); );
} }
} }
// ************************************************************************* // // ************************************************************************* //