cosmetics

This commit is contained in:
Arne Morten Kvarving 2023-05-05 13:58:23 +02:00
parent f06e7dc165
commit e7bb51740e
2 changed files with 6 additions and 7 deletions

View File

@ -763,7 +763,7 @@ namespace Opm
// producing perforations
if (drawdown > 0.0) {
// Do nothing is crossflow is not allowed
// Do nothing if crossflow is not allowed
if (!allow_cf && this->isInjector()) {
return;
}

View File

@ -269,7 +269,6 @@ namespace Opm
perf_rates.dis_gas_in_water = getValue(dis_gas_wat);
}
}
} else {
// Do nothing if crossflow is not allowed
if (!allow_cf && this->isProducer()) {