mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Modifications to catch up with master branch.
This commit is contained in:
@@ -430,19 +430,19 @@ namespace Opm
|
||||
/// Direct access to lower-level water pvt props.
|
||||
const WaterPvt& waterProps() const
|
||||
{
|
||||
return *waterPvt_;
|
||||
return FluidSystem::waterPvt();
|
||||
}
|
||||
|
||||
/// Direct access to lower-level oil pvt props.
|
||||
const OilPvt& oilProps() const
|
||||
{
|
||||
return *oilPvt_;
|
||||
return FluidSystem::oilPvt();
|
||||
}
|
||||
|
||||
/// Direct access to lower-level gas pvt props.
|
||||
const GasPvt& gasProps() const
|
||||
{
|
||||
return *gasPvt_;
|
||||
return FluidSystem::gasPvt();
|
||||
}
|
||||
|
||||
/// Direct access to lower-level saturation functions.
|
||||
|
||||
Reference in New Issue
Block a user