Don't Pass 'log' Argument to 'Schedule::rst_file'

The function does not use that argument.
This commit is contained in:
Bård Skaflestad 2021-07-07 14:06:38 +02:00
parent 2627a05c1e
commit cec3098c3a

View File

@ -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