diff --git a/Grid/qcd/action/fermion/implementation/WilsonFermionImplementation.h b/Grid/qcd/action/fermion/implementation/WilsonFermionImplementation.h index a88da710..9d06584f 100644 --- a/Grid/qcd/action/fermion/implementation/WilsonFermionImplementation.h +++ b/Grid/qcd/action/fermion/implementation/WilsonFermionImplementation.h @@ -47,9 +47,9 @@ WilsonFermion::WilsonFermion(GaugeField &_Umu, GridCartesian &Fgrid, Kernels(p), _grid(&Fgrid), _cbgrid(&Hgrid), - Stencil(&Fgrid, npoint, Even, directions, displacements,p), - StencilEven(&Hgrid, npoint, Even, directions,displacements,p), // source is Even - StencilOdd(&Hgrid, npoint, Odd, directions,displacements,p), // source is Odd + Stencil(&Fgrid, npoint, Even, directions, displacements,p.locally_periodic,p), + StencilEven(&Hgrid, npoint, Even, directions,displacements,p.locally_periodic,p), // source is Even + StencilOdd(&Hgrid, npoint, Odd, directions,displacements,p.locally_periodic,p), // source is Odd mass(_mass), Lebesgue(_grid), LebesgueEvenOdd(_cbgrid),