mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add wellmatcher argument when evaluating UDQ expressions
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user