mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 20:13:49 -06:00
fix after rebase
This commit is contained in:
parent
cab2f4b41f
commit
853a726bb2
@ -276,7 +276,7 @@ namespace Opm {
|
||||
+ ScheduleEvents::INJECTION_UPDATE
|
||||
+ ScheduleEvents::NEW_WELL;
|
||||
|
||||
if(!schedule().hasWellGroupEvent(well_name, effective_events_mask, timeStepIdx))
|
||||
if(!schedule().hasWellGroupEvent(well.name(), effective_events_mask, timeStepIdx))
|
||||
continue;
|
||||
|
||||
if (well.isProducer()) {
|
||||
|
Loading…
Reference in New Issue
Block a user