diff --git a/applications/utilities/mesh/generation/cv2DMesh/CGALTriangulation2Ddefs.H b/applications/utilities/mesh/generation/cv2DMesh/CGALTriangulation2Ddefs.H index 1485226d98..ae18cd6f6e 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/CGALTriangulation2Ddefs.H +++ b/applications/utilities/mesh/generation/cv2DMesh/CGALTriangulation2Ddefs.H @@ -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 diff --git a/applications/utilities/mesh/generation/cv2DMesh/CV2D.C b/applications/utilities/mesh/generation/cv2DMesh/CV2D.C index aa45a88b3e..bbd546cd03 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/CV2D.C +++ b/applications/utilities/mesh/generation/cv2DMesh/CV2D.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 @@ -32,9 +32,7 @@ License namespace Foam { - -defineTypeNameAndDebug(CV2D, 0); - + defineTypeNameAndDebug(CV2D, 0); } // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // @@ -67,6 +65,7 @@ void Foam::CV2D::fast_restore_Delaunay(Vertex_handle vh) } while (f != start); } + void Foam::CV2D::external_flip(Face_handle& f, int i) { Face_handle n = f->neighbor(i); @@ -82,6 +81,7 @@ void Foam::CV2D::external_flip(Face_handle& f, int i) external_flip(n, i); } + bool Foam::CV2D::internal_flip(Face_handle& f, int i) { Face_handle n = f->neighbor(i); diff --git a/applications/utilities/mesh/generation/cv2DMesh/CV2D.H b/applications/utilities/mesh/generation/cv2DMesh/CV2D.H index 305420e73f..7a694b6528 100644 --- a/applications/utilities/mesh/generation/cv2DMesh/CV2D.H +++ b/applications/utilities/mesh/generation/cv2DMesh/CV2D.H @@ -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 @@ -321,18 +321,14 @@ private: public: - //- Runtime type information - ClassName("CV2D"); + //- Runtime type information + ClassName("CV2D"); // Constructors //- Construct for given surface - CV2D - ( - const Time& runTime, - const dictionary& controlDict - ); + CV2D(const Time& runTime, const dictionary& controlDict); //- Destructor @@ -420,6 +416,7 @@ public: EdgeMap