mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 09:46:24 -06:00
Merge pull request #441 from blattms/do-silent-getWriteRestartFile-call-on-nonzero-procs
Do not log messages during getWriteRestartFile query on all procs.
This commit is contained in:
commit
4c7dcb1aba
@ -217,7 +217,7 @@ public:
|
||||
}
|
||||
|
||||
// Only provide restart on restart steps
|
||||
if (!restartConfig.getWriteRestartFile(reportStepNum) || substep)
|
||||
if (!restartConfig.getWriteRestartFile(reportStepNum, log) || substep)
|
||||
return;
|
||||
|
||||
// always output saturation of active phases
|
||||
|
Loading…
Reference in New Issue
Block a user