diff --git a/lib/qcd/action/fermion/StaggeredKernels.cc b/lib/qcd/action/fermion/StaggeredKernels.cc index b6ec14c7..7ed2104d 100644 --- a/lib/qcd/action/fermion/StaggeredKernels.cc +++ b/lib/qcd/action/fermion/StaggeredKernels.cc @@ -25,11 +25,10 @@ with this program; if not, write to the Free Software Foundation, Inc., See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ -/* END LEGAL */ + /* END LEGAL */ #include -namespace Grid { -namespace QCD { +NAMESPACE_BEGIN(Grid); int StaggeredKernelsStatic::Opt= StaggeredKernelsStatic::OptGeneric; @@ -185,8 +184,8 @@ void StaggeredKernels::DhopSiteDepth(StencilImpl &st, LebesgueOrder &lo, D template void StaggeredKernels::DhopSiteDag(StencilImpl &st, LebesgueOrder &lo, DoubledGaugeField &U, DoubledGaugeField &UUU, - SiteSpinor *buf, int LLs, int sU, - const FermionField &in, FermionField &out) { + SiteSpinor *buf, int LLs, int sU, + const FermionField &in, FermionField &out) { SiteSpinor naik; SiteSpinor naive; int oneLink =0; @@ -194,7 +193,7 @@ void StaggeredKernels::DhopSiteDag(StencilImpl &st, LebesgueOrder &lo, Dou int dag=1; switch(Opt) { #ifdef AVX512 - //FIXME; move the sign into the Asm routine + //FIXME; move the sign into the Asm routine case OptInlineAsm: DhopSiteAsm(st,lo,U,UUU,buf,LLs,sU,in,out); for(int s=0;s::DhopSiteDag(StencilImpl &st, LebesgueOrder &lo, Dou break; case OptGeneric: for(int s=0;s