From 8841735912cc5014888b6c54e4803e904dc4d7c1 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 9 Jul 2009 17:32:21 +0100 Subject: [PATCH] minor code formatting change --- .../specie/thermo/hPolynomial/hPolynomialThermo.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C index 284b9b7049..7264041083 100644 --- a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C +++ b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C @@ -30,7 +30,10 @@ License // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template -Foam::hPolynomialThermo::hPolynomialThermo(Istream& is) +Foam::hPolynomialThermo::hPolynomialThermo +( + Istream& is +) : EquationOfState(is), Hf_(readScalar(is)),