1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Namespace, indent

This commit is contained in:
paboyle 2018-01-14 23:39:13 +00:00
parent 1619e42d90
commit 83c5f05094

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/DomainWallEOFAFermion.h> #include <Grid/qcd/action/fermion/DomainWallEOFAFermion.h>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template<class Impl> template<class Impl>
DomainWallEOFAFermion<Impl>::DomainWallEOFAFermion( DomainWallEOFAFermion<Impl>::DomainWallEOFAFermion(
@ -435,4 +434,4 @@ namespace QCD {
FermOpTemplateInstantiate(DomainWallEOFAFermion); FermOpTemplateInstantiate(DomainWallEOFAFermion);
GparityFermOpTemplateInstantiate(DomainWallEOFAFermion); GparityFermOpTemplateInstantiate(DomainWallEOFAFermion);
}} NAMESPACE_END(Grid);