A group can both be injection and a production group

This commit is contained in:
Tor Harald Sandve 2019-11-26 13:36:45 +01:00
parent 876f5587e5
commit 26a01794bf

View File

@ -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))