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

Hadrons: VM fixes

This commit is contained in:
2017-12-14 19:42:16 +00:00
parent 842754bea9
commit 591a38c487
2 changed files with 19 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void TZ2<FImpl>::execute(void)
}
auto &src = envGet(PropagatorField, getName());
auto &t = envGet(Lattice<iScalar<vInteger>>, getName());
auto &t = envGet(Lattice<iScalar<vInteger>>, tName_);
Complex shift(1., 1.);
if (!hasT_)