mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
efdd0e572c
commit
4c6745cb4c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user