Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
e3802230
Commit
e3802230
authored
Aug 11, 2016
by
Henry Weller
Browse files
specieReactionRates: Corrected namespace of the debug switches
parent
9fc31584
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/chemistryModel/functionObjects/specieReactionRates/specieReactionRates.C
View file @
e3802230
...
...
@@ -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
);
}
}
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment