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

Solving the instantiation no compile issue

This commit is contained in:
paboyle
2016-07-15 17:19:44 +01:00
parent 1a6c7204ac
commit 980ff18956
5 changed files with 34 additions and 8 deletions

View File

@ -296,6 +296,10 @@ PARALLEL_FOR_LOOP
}
}
FermOp5dVecTemplateInstantiate(CayleyFermion5D);
INSTANTIATE_DPERP(DomainWallVec5dImplD);
INSTANTIATE_DPERP(DomainWallVec5dImplF);
template void CayleyFermion5D<DomainWallVec5dImplF>::MooeeInternal(const FermionField &psi, FermionField &chi,int dag, int inv);
template void CayleyFermion5D<DomainWallVec5dImplD>::MooeeInternal(const FermionField &psi, FermionField &chi,int dag, int inv);
}}