Merge pull request #4911 from akva2/janitoring

mark variable maybe_unused
This commit is contained in:
Bård Skaflestad 2023-10-05 10:31:31 +02:00 committed by GitHub
commit 958ee8ac50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;