From 5d1b29ac724bf861f0289eda6ea97b6114b1d89d Mon Sep 17 00:00:00 2001 From: Vegard Kippe Date: Tue, 8 Oct 2024 15:48:05 +0200 Subject: [PATCH] Account for param_ move to parent class --- opm/simulators/wells/WellInterface_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/wells/WellInterface_impl.hpp b/opm/simulators/wells/WellInterface_impl.hpp index b90256113..4ec6ccd67 100644 --- a/opm/simulators/wells/WellInterface_impl.hpp +++ b/opm/simulators/wells/WellInterface_impl.hpp @@ -309,7 +309,7 @@ namespace Opm prod_controls.hasControl(Well::ProducerCMode::GRUP); changed = this->checkIndividualConstraints(ws, summary_state, deferred_logger, inj_controls, prod_controls); - if (hasGroupControl && param_.check_group_constraints_inner_well_iterations_) { + if (hasGroupControl && this->param_.check_group_constraints_inner_well_iterations_) { changed = changed || this->checkGroupConstraints(well_state, group_state, schedule, summary_state,deferred_logger); }