Formatting
This commit is contained in:
parent
a6d1c4021f
commit
f19018541e
2 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@ Description
|
|||
|
||||
Author
|
||||
|
||||
\*----------------------------------------------------------------------------*/
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "BlockLduInterfaceField.H"
|
||||
#include "processorBlockLduInterfaceField.H"
|
||||
|
@ -41,10 +41,10 @@ namespace Foam
|
|||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
#define makeTemplateTypeNameAndDebug(type, Type, args...) \
|
||||
defineTemplateTypeNameAndDebug(BlockLduInterfaceField<type>, 0); \
|
||||
\
|
||||
defineTemplateTypeNameAndDebug(processorBlockLduInterfaceField<type>, 0); \
|
||||
#define makeTemplateTypeNameAndDebug(type, Type, args...) \
|
||||
defineTemplateTypeNameAndDebug(BlockLduInterfaceField<type>, 0); \
|
||||
\
|
||||
defineTemplateTypeNameAndDebug(processorBlockLduInterfaceField<type>, 0);
|
||||
|
||||
forAllVectorNTypes(makeTemplateTypeNameAndDebug);
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ namespace Foam
|
|||
{
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class processorBlockLduInterfaceField Declaration
|
||||
Class processorBlockLduInterfaceField Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
template<class Type>
|
||||
|
|
Reference in a new issue