diff --git a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C index 284b9b7049ef4a37356f493f0191e974069ddca3..7264041083d36774276d22b4cd14214dd4d6debc 100644 --- a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C +++ b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C @@ -30,7 +30,10 @@ License // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class EquationOfState, int PolySize> -Foam::hPolynomialThermo<EquationOfState, PolySize>::hPolynomialThermo(Istream& is) +Foam::hPolynomialThermo<EquationOfState, PolySize>::hPolynomialThermo +( + Istream& is +) : EquationOfState(is), Hf_(readScalar(is)),