mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
extend and clean up the SimulatorReport
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
else
|
||||
{
|
||||
std::ostringstream ss;
|
||||
ss << "Switching control mode for well " << name
|
||||
ss << " Switching control mode for well " << name
|
||||
<< " from " << modestring[from]
|
||||
<< " to " << modestring[to] << std::endl;
|
||||
OpmLog::info(ss.str());
|
||||
|
||||
Reference in New Issue
Block a user