diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H index 92905e3a4390525a262fe561ef74d38960bcf7b4..a2eeb21c99135da690d8b19734a365cacd2ecbc6 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H @@ -38,7 +38,7 @@ SourceFiles #define indexedCell_H #include "CGAL/Triangulation_3.h" -#include "CGAL/Triangulation_cell_base_with_circumcenter_3.h" +#include "CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h" #include "indexedVertex.H" #include "List.H" #include "globalIndex.H" @@ -78,7 +78,7 @@ namespace CGAL template < class Gt, - class Cb=CGAL::Triangulation_cell_base_with_circumcenter_3<Gt> + class Cb=CGAL::Delaunay_triangulation_cell_base_with_circumcenter_3<Gt> > class indexedCell : diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H index 6aa358b868b33f718f8fd717a3aab24141aa2489..ee1084541f24458eb63e3b18cc7c866629ba8f78 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -129,9 +129,8 @@ public: } - // Destructor - - ~processorCyclicPointPatchField(); + //- Destructor + virtual ~processorCyclicPointPatchField(); // Member functions diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H index d5a359d797a1a893784fcc3f5df170f8d1c924cc..4aec7c959a6eb801eff19d1b5680b5d25c48c314 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,7 +64,7 @@ public: // Constructors //- Construct from uncompacted face stencil - explicit upwindCPCCellToFaceStencilObject + upwindCPCCellToFaceStencilObject ( const fvMesh& mesh, const bool pureUpwind, diff --git a/src/meshTools/sets/cellSources/fieldToCell/fieldDictionary.H b/src/meshTools/sets/cellSources/fieldToCell/fieldDictionary.H index 0935ec2b93456b8495ac3334f0013d7e3bfb478a..6bb1ca1052dd753e988cac3ef9fedad94105c9a5 100644 --- a/src/meshTools/sets/cellSources/fieldToCell/fieldDictionary.H +++ b/src/meshTools/sets/cellSources/fieldToCell/fieldDictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,7 +64,7 @@ public: // Constructors //- Construct from ioobject and overloaded typename. - explicit fieldDictionary(const IOobject& io, const word& type) + fieldDictionary(const IOobject& io, const word& type) : regIOobject(io), dictionary(readStream(type)),