Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
98685bd6
Commit
98685bd6
authored
Jul 17, 2015
by
Henry Weller
Browse files
Remove unnecessary use of keyword "explicit"
parent
50894bcc
Changes
4
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCell.H
View file @
98685bd6
...
...
@@ -38,7 +38,7 @@ SourceFiles
#define indexedCell_H
#include
"CGAL/Triangulation_3.h"
#include
"CGAL/
T
riangulation_cell_base_with_circumcenter_3.h"
#include
"CGAL/
Delaunay_t
riangulation_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
::
T
riangulation_cell_base_with_circumcenter_3
<
Gt
>
class
Cb
=
CGAL
::
Delaunay_t
riangulation_cell_base_with_circumcenter_3
<
Gt
>
>
class
indexedCell
:
...
...
src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H
View file @
98685bd6
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -129,9 +129,8 @@ public:
}
// Destructor
~
processorCyclicPointPatchField
();
//- Destructor
virtual
~
processorCyclicPointPatchField
();
// Member functions
...
...
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H
View file @
98685bd6
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
5
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
,
...
...
src/meshTools/sets/cellSources/fieldToCell/fieldDictionary.H
View file @
98685bd6
...
...
@@ -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
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment