Merge pull request #2887 from joakim-hove/well-matcher

Add wellmatcher argument when evaluating UDQ expressions
This commit is contained in:
Joakim Hove 2020-11-03 11:22:18 +01:00 committed by GitHub
commit 9fe6595a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}