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

Namespace, clean up

This commit is contained in:
paboyle 2018-01-14 23:26:41 +00:00
parent 901e359d28
commit 70c5b781e5

View File

@ -34,8 +34,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
#include <Grid/qcd/action/fermion/FermionCore.h> #include <Grid/qcd/action/fermion/FermionCore.h>
#include <Grid/qcd/action/fermion/MobiusEOFAFermion.h> #include <Grid/qcd/action/fermion/MobiusEOFAFermion.h>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template<class Impl> template<class Impl>
MobiusEOFAFermion<Impl>::MobiusEOFAFermion( MobiusEOFAFermion<Impl>::MobiusEOFAFermion(
@ -499,4 +498,4 @@ namespace QCD {
FermOpTemplateInstantiate(MobiusEOFAFermion); FermOpTemplateInstantiate(MobiusEOFAFermion);
GparityFermOpTemplateInstantiate(MobiusEOFAFermion); GparityFermOpTemplateInstantiate(MobiusEOFAFermion);
}} NAMESPACE_END(Grid);