Skip to content
Snippets Groups Projects
Commit 434afda5 authored by Henry Weller's avatar Henry Weller
Browse files

specieReactionRates: Corrected namespace of the debug switches

parent 9b36f9f4
Branches
Tags
No related merge requests found
...@@ -180,9 +180,8 @@ bool Foam::functionObjects::specieReactionRates<ChemistryModelType>::write() ...@@ -180,9 +180,8 @@ bool Foam::functionObjects::specieReactionRates<ChemistryModelType>::write()
namespace Foam namespace Foam
{ {
namespace functionObjects typedef functionObjects::specieReactionRates<psiChemistryModel>
{ psiSpecieReactionRates;
typedef specieReactionRates<psiChemistryModel> psiSpecieReactionRates;
defineTemplateTypeNameAndDebugWithName defineTemplateTypeNameAndDebugWithName
( (
...@@ -199,7 +198,8 @@ namespace functionObjects ...@@ -199,7 +198,8 @@ namespace functionObjects
); );
typedef specieReactionRates<rhoChemistryModel> rhoSpecieReactionRates; typedef functionObjects::specieReactionRates<rhoChemistryModel>
rhoSpecieReactionRates;
defineTemplateTypeNameAndDebugWithName defineTemplateTypeNameAndDebugWithName
( (
...@@ -215,7 +215,6 @@ namespace functionObjects ...@@ -215,7 +215,6 @@ namespace functionObjects
dictionary dictionary
); );
} }
}
// ************************************************************************* // // ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment