Skip to content

Commit 45ad26f

Browse files
author
DENEL Bertrand
committed
numRefinement
1 parent c0a0585 commit 45ad26f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coreComponents/mesh/mpiCommunications/NoOpEngine.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class NoOpEngine : public GraphPartitionEngine
106106
* @brief Set the number of refinement iterations (no-op)
107107
* @param numRefinements Number of refinement iterations (ignored)
108108
*/
109-
void setNumRefinements( int const numRefinements ) override
109+
void setNumRefinements( int const GEOS_UNUSED_PARAM( numRefinements ) ) override
110110
{
111111
// NoOp engine ignores refinements
112112
}

src/coreComponents/mesh/mpiCommunications/PTScotchEngine.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class PTScotchEngine : public GraphPartitionEngine
107107
* @brief Set the number of refinement iterations
108108
* @param numRefinements Number of refinement iterations (ignored by PT-Scotch)
109109
*/
110-
void setNumRefinements( int const numRefinements ) override
110+
void setNumRefinements( int const GEOS_UNUSED_PARAM( numRefinements ) ) override
111111
{
112112
// PT-Scotch doesn't support refinements like ParMETIS
113113
// Silently ignore this parameter

0 commit comments

Comments
 (0)