1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:09:44 +00:00
parent efdd0e572c
commit 4c6745cb4c

View File

@ -29,8 +29,7 @@ directory
#ifndef GRID_QCD_STAGGERED_KERNELS_H #ifndef GRID_QCD_STAGGERED_KERNELS_H
#define GRID_QCD_STAGGERED_KERNELS_H #define GRID_QCD_STAGGERED_KERNELS_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Helper routines that implement Staggered stencil for a single site. // Helper routines that implement Staggered stencil for a single site.
@ -78,6 +77,6 @@ public:
}; };
}} NAMESPACE_END(Grid);
#endif #endif