From d0bb30e7efa74aad34484ca941ea30b1519326ba Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 29 Jun 2009 17:10:54 +0100 Subject: [PATCH] minor formatting change --- src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H index 2508f23c85..c116c16203 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H @@ -122,7 +122,7 @@ public: //- Construct and return a clone inline autoPtr clone() const; - // Selector from Istream + //- Selector from Istream inline static autoPtr New(Istream& is);