mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
Don't Pass 'log' Argument to 'Schedule::rst_file'
The function does not use that argument.
This commit is contained in:
parent
2627a05c1e
commit
cec3098c3a
@ -830,7 +830,7 @@ doAllocBuffers(unsigned bufferSize,
|
||||
// 1) when we want to restart
|
||||
// 2) when it is ask for by the user via restartConfig
|
||||
// 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;
|
||||
|
||||
// always output saturation of active phases
|
||||
|
Loading…
Reference in New Issue
Block a user