specieReactionRates: Corrected namespace of the debug switches

This commit is contained in:
Henry Weller
2016-08-11 16:27:05 +01:00
parent 9fc31584f9
commit e38022300f

View File

@ -180,9 +180,8 @@ bool Foam::functionObjects::specieReactionRates<ChemistryModelType>::write()
namespace Foam
{
namespace functionObjects
{
typedef specieReactionRates<psiChemistryModel> psiSpecieReactionRates;
typedef functionObjects::specieReactionRates<psiChemistryModel>
psiSpecieReactionRates;
defineTemplateTypeNameAndDebugWithName
(
@ -199,7 +198,8 @@ namespace functionObjects
);
typedef specieReactionRates<rhoChemistryModel> rhoSpecieReactionRates;
typedef functionObjects::specieReactionRates<rhoChemistryModel>
rhoSpecieReactionRates;
defineTemplateTypeNameAndDebugWithName
(
@ -215,7 +215,6 @@ namespace functionObjects
dictionary
);
}
}
// ************************************************************************* //