1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Hadrons: minor memory fix for ShiftProbe module

This commit is contained in:
Antonin Portelli 2018-03-09 21:56:27 +00:00
parent e485a07133
commit 229977c955

View File

@ -116,7 +116,7 @@ template <typename SImpl>
void TShiftProbe<SImpl>::setup(void)
{
envTmpLat(Field, "acc");
envCacheLat(ComplexField, getName());
envCreateLat(ComplexField, getName());
}
// execution ///////////////////////////////////////////////////////////////////