Skip to content
Snippets Groups Projects
Commit 88417359 authored by Andrew Heather's avatar Andrew Heather
Browse files

minor code formatting change

parent 13ad54a5
Branches
Tags
No related merge requests found
......@@ -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)),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment