mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
A group can both be injection and a production group
This commit is contained in:
parent
876f5587e5
commit
26a01794bf
@ -1744,8 +1744,9 @@ namespace Opm {
|
||||
}
|
||||
}
|
||||
|
||||
} else if (group.isProductionGroup())
|
||||
{
|
||||
}
|
||||
|
||||
if (group.isProductionGroup()) {
|
||||
const auto controls = group.productionControls(summaryState);
|
||||
|
||||
if (group.has_control(Group::ProductionCMode::NONE))
|
||||
|
Loading…
Reference in New Issue
Block a user