adding blank lines

This commit is contained in:
Tor Harald Sandve
2020-01-30 16:10:23 +01:00
parent 2d2ec82640
commit 052f25636c
3 changed files with 9 additions and 1 deletions

View File

@@ -469,6 +469,7 @@ namespace Opm {
}
wellState.setCurrentInjectionVREPRates(group.name(), resv);
}
inline void updateReservoirRatesInjectionGroups(const Group& group, const Schedule& schedule, const int reportStepIdx, const WellStateFullyImplicitBlackoil& wellStateNupcol, WellStateFullyImplicitBlackoil& wellState) {
for (const std::string& groupName : group.groups()) {
const Group& groupTmp = schedule.getGroup(groupName, reportStepIdx);