Formatting

This commit is contained in:
Hrvoje Jasak 2015-04-30 14:49:40 +01:00 committed by Dominik Christ
parent a6d1c4021f
commit f19018541e
2 changed files with 6 additions and 6 deletions

View file

@ -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);