Merge pull request #2775 from joakim-hove/add-report-step-arg

Add report_step argument to UDQConfig::eval()
This commit is contained in:
Joakim Hove 2020-09-08 11:05:29 +02:00 committed by GitHub
commit 00c5d9f016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ public:
blockData);
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
udq_config.eval( summaryState(), udqState() );
udq_config.eval( reportStepNum, summaryState(), udqState() );
buffer = summaryState().serialize();
}