Add wellmatcher argument when evaluating UDQ expressions

This commit is contained in:
Joakim Hove
2020-10-30 23:34:07 +01:00
parent 0102287de0
commit 082fed2d78

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