mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2752 from joakim-hove/pass-udq-state
Pass the UDQState member when evaluating UDQ
This commit is contained in:
commit
399ff94bce
@ -327,7 +327,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