mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix minor output bug and refine output.
Previously the substep summary reports were cumulative, misleading the user. Also, made output a little more compact and readable, ensuring numbers line up unless unusually many digits are needed for times and iteration counts.
This commit is contained in:
@@ -140,7 +140,7 @@ void WellSwitchingLogger::logSwitch(const char* name, std::array<char,2> fromto,
|
||||
ss << " Switching control mode for well " << name
|
||||
<< " from " << modestring[WellControlType(fromto[0])]
|
||||
<< " to " << modestring[WellControlType(fromto[1])]
|
||||
<< " on rank " << rank << std::endl;
|
||||
<< " on rank " << rank;
|
||||
OpmLog::info(ss.str());
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user