mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -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);
|
||||
|
||||
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
||||
udq_config.eval( summaryState(), udqState() );
|
||||
udq_config.eval( reportStepNum, summaryState(), udqState() );
|
||||
|
||||
buffer = summaryState().serialize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user