1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Update domain 5d vectorised impl type, move the type over to 4d redblack with

the dense OO inverse
This commit is contained in:
paboyle
2016-07-14 23:54:35 +01:00
parent 8a79e93cc2
commit 48fb1cdc11
3 changed files with 70 additions and 57 deletions

View File

@ -572,7 +572,4 @@ void WilsonKernels<Impl>::DiracOptDhopDir(StencilImpl &st,DoubledGaugeField &U,
FermOpTemplateInstantiate(WilsonKernels);
template class WilsonKernels<DomainWallRedBlack5dImplF>;
template class WilsonKernels<DomainWallRedBlack5dImplD>;
}}