Merge pull request #3438 from bska/remove-unsed-argument

Don't Pass 'log' Argument to 'Schedule::rst_file'
This commit is contained in:
Bård Skaflestad
2021-07-07 14:29:45 +02:00
committed by GitHub

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