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()
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
);
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment