mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
Merge pull request #4911 from akva2/janitoring
mark variable maybe_unused
This commit is contained in:
commit
958ee8ac50
@ -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