Skip to content
Snippets Groups Projects
Commit 98685bd6 authored by Henry Weller's avatar Henry Weller
Browse files

Remove unnecessary use of keyword "explicit"

parent 50894bcc
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ SourceFiles ...@@ -38,7 +38,7 @@ SourceFiles
#define indexedCell_H #define indexedCell_H
#include "CGAL/Triangulation_3.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 "indexedVertex.H"
#include "List.H" #include "List.H"
#include "globalIndex.H" #include "globalIndex.H"
...@@ -78,7 +78,7 @@ namespace CGAL ...@@ -78,7 +78,7 @@ namespace CGAL
template template
< <
class Gt, 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 class indexedCell
: :
......
...@@ -2,7 +2,7 @@ ...@@ -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) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -129,9 +129,8 @@ public: ...@@ -129,9 +129,8 @@ public:
} }
// Destructor //- Destructor
virtual ~processorCyclicPointPatchField();
~processorCyclicPointPatchField();
// Member functions // Member functions
......
...@@ -2,7 +2,7 @@ ...@@ -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) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -64,7 +64,7 @@ public: ...@@ -64,7 +64,7 @@ public:
// Constructors // Constructors
//- Construct from uncompacted face stencil //- Construct from uncompacted face stencil
explicit upwindCPCCellToFaceStencilObject upwindCPCCellToFaceStencilObject
( (
const fvMesh& mesh, const fvMesh& mesh,
const bool pureUpwind, const bool pureUpwind,
......
...@@ -2,7 +2,7 @@ ...@@ -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) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -64,7 +64,7 @@ public: ...@@ -64,7 +64,7 @@ public:
// Constructors // Constructors
//- Construct from ioobject and overloaded typename. //- Construct from ioobject and overloaded typename.
explicit fieldDictionary(const IOobject& io, const word& type) fieldDictionary(const IOobject& io, const word& type)
: :
regIOobject(io), regIOobject(io),
dictionary(readStream(type)), dictionary(readStream(type)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment