diff --git a/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp b/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp index 5c1e0de2f..475363bfc 100644 --- a/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp +++ b/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp @@ -139,7 +139,8 @@ public: Evaluation viscosity(unsigned regionIdx, const Evaluation& temperature, const Evaluation& pressure, - const Evaluation& /*Rv*/) const + const Evaluation& /*Rv*/, + const Evaluation& /*Rvw*/) const { return saturatedViscosity(regionIdx, temperature, pressure); } /*! @@ -160,7 +161,8 @@ public: Evaluation inverseFormationVolumeFactor(unsigned regionIdx, const Evaluation& temperature, const Evaluation& pressure, - const Evaluation& /*Rv*/) const + const Evaluation& /*Rv*/, + const Evaluation& /*Rvw*/) const { return saturatedInverseFormationVolumeFactor(regionIdx, temperature, pressure); } /*!