Fixed typo: control model -> control mode.

This commit is contained in:
Markus Blatt
2023-11-20 08:29:24 +01:00
parent c559de51cf
commit de50fe5702

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_