mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2775 from joakim-hove/add-report-step-arg
Add report_step argument to UDQConfig::eval()
This commit is contained in:
commit
00c5d9f016
@ -327,7 +327,7 @@ public:
|
|||||||
blockData);
|
blockData);
|
||||||
|
|
||||||
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
||||||
udq_config.eval( summaryState(), udqState() );
|
udq_config.eval( reportStepNum, summaryState(), udqState() );
|
||||||
|
|
||||||
buffer = summaryState().serialize();
|
buffer = summaryState().serialize();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user