Merge pull request #5004 from blattms/control-mode-typo

Fixed typo: control model -> control mode.
This commit is contained in:
Kai Bao 2023-11-20 09:13:03 +01:00 committed by GitHub
commit 6ab809c69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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