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

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