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

Two heads are better than one. Combined effort and hopefully spatial smearing now fixed!

This commit is contained in:
Michael Marshall
2019-04-26 12:18:11 +01:00
parent b1768ba820
commit 4f3d1ea6e8
2 changed files with 7 additions and 4 deletions

View File

@ -235,7 +235,7 @@ void TLapEvec<GImpl>::execute(void)
{
const StoutParameters &Stout{par().Stout};
envGetTmp(GaugeField, Umu_stout);
Smear_Stout<PeriodicGimplR> LS(Stout.parm);//, Tdir); // spatial smearing only
Smear_Stout<PeriodicGimplR> LS(Stout.parm, Tdir); // spatial smearing only
for (int i = 0; i < Stout.steps; i++) {
LS.smear(Umu_stout, Umu_smear);
Umu_smear = Umu_stout;