Formatting
This commit is contained in:
parent
4a9967a12c
commit
b4d411e23f
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ Ostream& operator<<(Ostream&, const TroeFallOffFunction&);
|
|||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class TroeFallOffFunction Declaration
|
||||
Class TroeFallOffFunction Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
class TroeFallOffFunction
|
||||
|
|
|
@ -69,7 +69,7 @@ namespace Foam
|
|||
( \
|
||||
ReactionType::typeName_() \
|
||||
+ ReactionRate::type() \
|
||||
+ Reaction##Thermo::typeName_() \
|
||||
+ Reaction##Thermo::typeName_() \
|
||||
); \
|
||||
\
|
||||
addToRunTimeSelectionTable \
|
||||
|
|
|
@ -44,7 +44,7 @@ namespace Foam
|
|||
{
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class IrreversibleReaction Declaration
|
||||
Class IrreversibleReaction Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
template<class ReactionThermo, class ReactionRate>
|
||||
|
|
Reference in a new issue