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
commit 4c870373c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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