mirror of
https://github.com/paboyle/Grid.git
synced 2025-10-29 19:14:33 +00:00
Solving the instantiation no compile issue
This commit is contained in:
@@ -137,8 +137,13 @@ void CayleyFermion5D<Impl>::MooeeInvDag (const FermionField &psi, FermionField &
|
||||
}
|
||||
}
|
||||
|
||||
// FermOp4dVecTemplateInstantiate(CayleyFermion5D);
|
||||
// GparityFermOpTemplateInstantiate(CayleyFermion5D);
|
||||
|
||||
#ifdef CAYLEY_DPERP_LINALG
|
||||
INSTANTIATE(WilsonImplF);
|
||||
INSTANTIATE(WilsonImplD);
|
||||
INSTANTIATE(GparityWilsonImplF);
|
||||
INSTANTIATE(GparityWilsonImplD);
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user