mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cosmetics
This commit is contained in:
parent
f06e7dc165
commit
e7bb51740e
@ -763,7 +763,7 @@ namespace Opm
|
|||||||
|
|
||||||
// producing perforations
|
// producing perforations
|
||||||
if (drawdown > 0.0) {
|
if (drawdown > 0.0) {
|
||||||
// Do nothing is crossflow is not allowed
|
// Do nothing if crossflow is not allowed
|
||||||
if (!allow_cf && this->isInjector()) {
|
if (!allow_cf && this->isInjector()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -269,7 +269,6 @@ namespace Opm
|
|||||||
perf_rates.dis_gas_in_water = getValue(dis_gas_wat);
|
perf_rates.dis_gas_in_water = getValue(dis_gas_wat);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Do nothing if crossflow is not allowed
|
// Do nothing if crossflow is not allowed
|
||||||
if (!allow_cf && this->isProducer()) {
|
if (!allow_cf && this->isProducer()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user