From 0f302e29125c20e45f51763df199c09186afd2e4 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 26 Jul 2012 13:09:42 +0100 Subject: [PATCH] ENH:removed unnecessary scoping --- .../singleStepCombustion/singleStepCombustion.C | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/combustionModels/singleStepCombustion/singleStepCombustion.C b/src/combustionModels/singleStepCombustion/singleStepCombustion.C index aab73f7abf..fcbf4249d9 100644 --- a/src/combustionModels/singleStepCombustion/singleStepCombustion.C +++ b/src/combustionModels/singleStepCombustion/singleStepCombustion.C @@ -92,8 +92,7 @@ singleStepCombustion::~singleStepCombustion() // * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // template -Foam::tmp -singleStepCombustion::R +tmp singleStepCombustion::R ( const volScalarField& Y ) const @@ -110,8 +109,8 @@ singleStepCombustion::R template -Foam::tmp -singleStepCombustion< CombThermoType, ThermoType>::Sh() const +tmp +singleStepCombustion::Sh() const { const label fuelI = singleMixturePtr_->fuelIndex(); const volScalarField& YFuel = this->thermoPtr_->composition().Y(fuelI); @@ -121,8 +120,8 @@ singleStepCombustion< CombThermoType, ThermoType>::Sh() const template -Foam::tmp -singleStepCombustion< CombThermoType, ThermoType>::dQ() const +tmp +singleStepCombustion::dQ() const { tmp tdQ ( @@ -153,7 +152,7 @@ singleStepCombustion< CombThermoType, ThermoType>::dQ() const template -bool singleStepCombustion< CombThermoType, ThermoType>::read() +bool singleStepCombustion::read() { if (CombThermoType::read()) {