From f8f5324740ab153cb3ec68ac8c4679920ba1303b Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 7 Jul 2009 18:34:42 +0100 Subject: [PATCH] comment clean-up --- .../basic/psiThermo/ePsiThermo/ePsiThermo.H | 4 ++-- .../basic/psiThermo/hPsiThermo/hPsiThermo.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H index 6952edc423..fd3071ff11 100644 --- a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H @@ -87,13 +87,13 @@ public: // Member functions - //- Return the compostion of the combustion mixture + //- Return the compostion of the mixture virtual basicMixture& composition() { return *this; } - //- Return the compostion of the combustion mixture + //- Return the compostion of the mixture virtual const basicMixture& composition() const { return *this; diff --git a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H index c1d9b513a3..4eae7214a0 100644 --- a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H @@ -87,13 +87,13 @@ public: // Member functions - //- Return the compostion of the combustion mixture + //- Return the compostion of the mixture virtual basicMixture& composition() { return *this; } - //- Return the compostion of the combustion mixture + //- Return the compostion of the mixture virtual const basicMixture& composition() const { return *this;