specieReactionRates: Corrected namespace of the debug switches
This commit is contained in:
parent
9fc31584f9
commit
e38022300f
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue