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

Peter's bugfix in ImplicitlyRestartedLanczos.h

My bugfix in MomentumPhase.hpp
This commit is contained in:
Michael Marshall
2019-10-07 17:36:11 +01:00
parent 803329af99
commit 88d6ff8f1d
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ void TMomentumPhase<FImpl>::execute(void)
envGetTmp(LatticeComplex, coor);
p = strToVec<Real>(par().mom);
ph = zero;
ph = Zero();
for(unsigned int mu = 0; mu < env().getNd(); mu++)
{
LatticeCoordinate(coor, mu);