mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Pass the UDQState member when evaluating UDQ
This commit is contained in:
parent
c2f7e900b6
commit
d330d883be
@ -318,7 +318,7 @@ public:
|
||||
blockData);
|
||||
|
||||
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
||||
udq_config.eval( summaryState() );
|
||||
udq_config.eval( summaryState(), udqState() );
|
||||
|
||||
buffer = summaryState().serialize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user