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
|
Author
|
||||||
|
|
||||||
\*----------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "BlockLduInterfaceField.H"
|
#include "BlockLduInterfaceField.H"
|
||||||
#include "processorBlockLduInterfaceField.H"
|
#include "processorBlockLduInterfaceField.H"
|
||||||
|
@ -44,7 +44,7 @@ namespace Foam
|
||||||
#define makeTemplateTypeNameAndDebug(type, Type, args...) \
|
#define makeTemplateTypeNameAndDebug(type, Type, args...) \
|
||||||
defineTemplateTypeNameAndDebug(BlockLduInterfaceField<type>, 0); \
|
defineTemplateTypeNameAndDebug(BlockLduInterfaceField<type>, 0); \
|
||||||
\
|
\
|
||||||
defineTemplateTypeNameAndDebug(processorBlockLduInterfaceField<type>, 0); \
|
defineTemplateTypeNameAndDebug(processorBlockLduInterfaceField<type>, 0);
|
||||||
|
|
||||||
forAllVectorNTypes(makeTemplateTypeNameAndDebug);
|
forAllVectorNTypes(makeTemplateTypeNameAndDebug);
|
||||||
|
|
||||||
|
|
Reference in a new issue