mark variable maybe_unused

quells a clang warning
This commit is contained in:
Arne Morten Kvarving 2023-10-05 09:31:36 +02:00
parent 8b8164308a
commit 900056e8d7

View File

@ -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;