Modifications to catch up with master branch.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-04-23 20:43:12 +02:00
parent 4f9a9359ee
commit c40ef4d9d0
2 changed files with 33 additions and 38 deletions

View File

@@ -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.