mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 05:30:46 +01:00
Instantiation relocation
This commit is contained in:
parent
fb91dda7be
commit
86e7fb6e86
@ -597,21 +597,6 @@ void WilsonKernels<Impl>::HandDhopSiteDagExt(StencilView &st,DoubledGaugeFieldVi
|
|||||||
|
|
||||||
////////////// Wilson ; uses this implementation /////////////////////
|
////////////// Wilson ; uses this implementation /////////////////////
|
||||||
|
|
||||||
#define INSTANTIATE_THEM(A) \
|
|
||||||
template void WilsonKernels<A>::HandDhopSite(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf,\
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out); \
|
|
||||||
template void WilsonKernels<A>::HandDhopSiteDag(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf, \
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out);\
|
|
||||||
template void WilsonKernels<A>::HandDhopSiteInt(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf,\
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out); \
|
|
||||||
template void WilsonKernels<A>::HandDhopSiteDagInt(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf, \
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out); \
|
|
||||||
template void WilsonKernels<A>::HandDhopSiteExt(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf,\
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out); \
|
|
||||||
template void WilsonKernels<A>::HandDhopSiteDagExt(StencilView &st,DoubledGaugeFieldView &U,SiteHalfSpinor *buf, \
|
|
||||||
int ss,int sU,const FermionFieldView &in, FermionFieldView &out);
|
|
||||||
|
|
||||||
|
|
||||||
NAMESPACE_END(Grid);
|
NAMESPACE_END(Grid);
|
||||||
#undef LOAD_CHIMU
|
#undef LOAD_CHIMU
|
||||||
#undef LOAD_CHI
|
#undef LOAD_CHI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user