mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3438 from bska/remove-unsed-argument
Don't Pass 'log' Argument to 'Schedule::rst_file'
This commit is contained in:
commit
4c870373c9
@ -830,7 +830,7 @@ doAllocBuffers(unsigned bufferSize,
|
|||||||
// 1) when we want to restart
|
// 1) when we want to restart
|
||||||
// 2) when it is ask for by the user via restartConfig
|
// 2) when it is ask for by the user via restartConfig
|
||||||
// 3) when it is not a substep
|
// 3) when it is not a substep
|
||||||
if (!isRestart && (!schedule_.write_rst_file(reportStepNum, log) || substep))
|
if (!isRestart && (!schedule_.write_rst_file(reportStepNum) || substep))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// always output saturation of active phases
|
// always output saturation of active phases
|
||||||
|
Loading…
Reference in New Issue
Block a user