mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2887 from joakim-hove/well-matcher
Add wellmatcher argument when evaluating UDQ expressions
This commit is contained in:
commit
9fe6595a36
@ -332,7 +332,7 @@ public:
|
||||
aquiferData);
|
||||
|
||||
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
||||
udq_config.eval( reportStepNum, summaryState(), udqState() );
|
||||
udq_config.eval( reportStepNum, schedule().wellMatcher(reportStepNum), summaryState(), udqState() );
|
||||
|
||||
buffer = summaryState().serialize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user