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

COMP: Resolved compiler warnings

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