Skip to content
Snippets Groups Projects
Commit a8ff5b10 authored by Andrew Heather's avatar Andrew Heather
Browse files

COMP: Resolved compiler warnings

parent 798ede77
Branches
Tags
No related merge requests found
...@@ -286,7 +286,6 @@ Foam::faAreaMapper::faAreaMapper ...@@ -286,7 +286,6 @@ Foam::faAreaMapper::faAreaMapper
: :
mesh_(mesh), mesh_(mesh),
mpm_(mpm), mpm_(mpm),
insertedFaces_(false),
direct_(false), direct_(false),
hasUnmapped_(false), hasUnmapped_(false),
sizeBeforeMapping_(mesh.nFaces()), sizeBeforeMapping_(mesh.nFaces()),
......
...@@ -68,9 +68,6 @@ class faAreaMapper ...@@ -68,9 +68,6 @@ class faAreaMapper
//- Reference to mapPolyMesh //- Reference to mapPolyMesh
const mapPolyMesh& mpm_; const mapPolyMesh& mpm_;
//- Are there any inserted (unmapped) faces
bool insertedFaces_;
//- Is the mapping direct //- Is the mapping direct
bool direct_; bool direct_;
......
...@@ -65,7 +65,7 @@ Foam::faEdgeMapper::faEdgeMapper ...@@ -65,7 +65,7 @@ Foam::faEdgeMapper::faEdgeMapper
) )
: :
mesh_(mesh), mesh_(mesh),
mpm_(mpm), // mpm_(mpm),
sizeBeforeMapping_(mesh.nInternalEdges()), sizeBeforeMapping_(mesh.nInternalEdges()),
hasUnmapped_(false), hasUnmapped_(false),
directAddrPtr_(nullptr) directAddrPtr_(nullptr)
......
...@@ -67,7 +67,7 @@ class faEdgeMapper ...@@ -67,7 +67,7 @@ class faEdgeMapper
const faMesh& mesh_; const faMesh& mesh_;
//- Reference to mapPolyMesh //- Reference to mapPolyMesh
const mapPolyMesh& mpm_; //const mapPolyMesh& mpm_;
//- Old mesh size //- Old mesh size
label sizeBeforeMapping_; label sizeBeforeMapping_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment