mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 08:20:01 -06:00
mark variable maybe_unused
quells a clang warning
This commit is contained in:
parent
8b8164308a
commit
900056e8d7
@ -1441,7 +1441,7 @@ namespace Opm
|
||||
double relaxation_factor = 1.;
|
||||
const double min_relaxation_factor = 0.6;
|
||||
bool converged = false;
|
||||
int stagnate_count = 0;
|
||||
[[maybe_unused]] int stagnate_count = 0;
|
||||
bool relax_convergence = false;
|
||||
this->regularize_ = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user