EclWellManager: add forgotten newline to warning

This commit is contained in:
Andreas Lauser 2016-03-07 17:14:08 +01:00
parent a94d22c69e
commit e45bbc46b1

View File

@ -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;
}