From de50fe5702c79099ab64d8b76b2024371a6ab8d7 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 20 Nov 2023 08:29:24 +0100 Subject: [PATCH] Fixed typo: control model -> control mode. --- 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 29fb091e0..3dfa9f939 100644 --- a/opm/simulators/wells/WellInterface_impl.hpp +++ b/opm/simulators/wells/WellInterface_impl.hpp @@ -209,7 +209,7 @@ namespace Opm bool output = std::count(this->well_control_log_.begin(), this->well_control_log_.end(), from) == param_.max_number_of_well_switches_; if (output) { std::ostringstream ss; - ss << " The control model for well " << this->name() + ss << " The control mode for well " << this->name() << " is oscillating\n" << " We don't allow for more than " << param_.max_number_of_well_switches_