1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-02 12:47:07 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 23:29:53 +00:00
parent 229baf3aba
commit 493ea80208

View File

@@ -29,9 +29,7 @@ directory
#ifndef GRID_QCD_IMPR_STAG_FERMION_H
#define GRID_QCD_IMPR_STAG_FERMION_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
class ImprovedStaggeredFermionStatic {
public:
@@ -178,6 +176,6 @@ class ImprovedStaggeredFermion : public StaggeredKernels<Impl>, public ImprovedS
typedef ImprovedStaggeredFermion<StaggeredImplF> ImprovedStaggeredFermionF;
typedef ImprovedStaggeredFermion<StaggeredImplD> ImprovedStaggeredFermionD;
}
}
NAMESPACE_END(Grid);
#endif