mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed apparent bug in outputting PDPB
This commit is contained in:
parent
930f0ea9a0
commit
ba2973dbbe
@ -728,8 +728,7 @@ namespace Opm
|
|||||||
/**
|
/**
|
||||||
* Bubble point and dew point pressures
|
* Bubble point and dew point pressures
|
||||||
*/
|
*/
|
||||||
if (log && vapour_active &&
|
if (vapour_active && liquid_active && rstKeywords["PBPD"] > 0) {
|
||||||
liquid_active && rstKeywords["PBPD"] > 0) {
|
|
||||||
rstKeywords["PBPD"] = 0;
|
rstKeywords["PBPD"] = 0;
|
||||||
output.insert("PBUB",
|
output.insert("PBUB",
|
||||||
Opm::UnitSystem::measure::pressure,
|
Opm::UnitSystem::measure::pressure,
|
||||||
|
Loading…
Reference in New Issue
Block a user