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

Still fast moving in changes

This commit is contained in:
Peter Boyle
2020-02-06 17:57:26 -05:00
parent bdccb0c91f
commit 8a5c13d5fb
3 changed files with 135 additions and 6 deletions

View File

@ -53,7 +53,7 @@ inline void blockMaskedInnerProduct(Lattice<CComplex> &CoarseInner,
{
typedef decltype(innerProduct(vobj(),vobj())) dotp;
GridBase *coarse(CoarseInner1.Grid());
GridBase *coarse(CoarseInner.Grid());
GridBase *fine (fineX.Grid());
Lattice<dotp> fine_inner(fine); fine_inner.Checkerboard() = fineX.Checkerboard();