1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 06:00:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:13:49 +00:00
parent 75f3062a80
commit 115e13b227

View File

@ -31,9 +31,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <Grid/qcd/action/fermion/FermionCore.h>
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
template<class Impl>
class ScaledShamirFermion : public MobiusFermion<Impl>
@ -63,7 +61,6 @@ namespace Grid {
};
}
}
NAMESPACE_END(Grid);
#endif