mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-27 19:50:16 -06:00
EclWellManager: add forgotten newline to warning
This commit is contained in:
parent
a94d22c69e
commit
e45bbc46b1
@ -209,7 +209,7 @@ public:
|
||||
|
||||
case Opm::WellInjector::CMODE_UNDEFINED:
|
||||
std::cout << "Warning: Control mode of injection well " << well->name()
|
||||
<< " is undefined. Assuming well to be shut.";
|
||||
<< " is undefined. Assuming well to be shut.\n";
|
||||
well->setWellStatus(Well::WellStatus::Shut);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user