mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 00:41:56 -06:00
Merge pull request #5004 from blattms/control-mode-typo
Fixed typo: control model -> control mode.
This commit is contained in:
commit
6ab809c69d
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user