1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 13:15:55 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:05:23 +00:00
parent dec39b313d
commit 4f8b1c1940

View File

@ -31,9 +31,7 @@ directory
#ifndef GRID_QCD_WILSON_FERMION_H #ifndef GRID_QCD_WILSON_FERMION_H
#define GRID_QCD_WILSON_FERMION_H #define GRID_QCD_WILSON_FERMION_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
class WilsonFermionStatic { class WilsonFermionStatic {
public: public:
@ -167,7 +165,6 @@ class WilsonFermion : public WilsonKernels<Impl>, public WilsonFermionStatic {
typedef WilsonFermion<WilsonImplF> WilsonFermionF; typedef WilsonFermion<WilsonImplF> WilsonFermionF;
typedef WilsonFermion<WilsonImplD> WilsonFermionD; typedef WilsonFermion<WilsonImplD> WilsonFermionD;
NAMESPACE_END(Grid);
}
}
#endif #endif