File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/coreComponents/mesh/mpiCommunications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments