diff --git a/Hadrons/Modules/MDistil/LapEvec.hpp b/Hadrons/Modules/MDistil/LapEvec.hpp index bccd873e..1c1ba281 100644 --- a/Hadrons/Modules/MDistil/LapEvec.hpp +++ b/Hadrons/Modules/MDistil/LapEvec.hpp @@ -235,7 +235,7 @@ void TLapEvec::execute(void) { const StoutParameters &Stout{par().Stout}; envGetTmp(GaugeField, Umu_stout); - Smear_Stout LS(Stout.parm, Tdir); + Smear_Stout LS(Stout.parm );//, Tdir); // should be spatial - doesn't work yet for (int i = 0; i < Stout.steps; i++) { LS.smear(Umu_stout, Umu_smear); Umu_smear = Umu_stout; diff --git a/Hadrons/Modules/MDistil/PerambLight.hpp b/Hadrons/Modules/MDistil/PerambLight.hpp index 2b18e00c..ef634e5a 100644 --- a/Hadrons/Modules/MDistil/PerambLight.hpp +++ b/Hadrons/Modules/MDistil/PerambLight.hpp @@ -176,11 +176,10 @@ void TPerambLight::execute(void) const std::string &UniqueIdentifier{par().UniqueIdentifier}; - auto &noise = envGet(std::vector, par().noise); - auto &perambulator = envGet(Perambulator, - getName() + "_perambulator_light"); - auto &epack = envGet(Grid::Hadrons::EigenPack, par().eigenPack); - auto &unsmeared_sink = envGet(std::vector, getName() + "_unsmeared_sink"); + auto &noise = envGet(std::vector, par().noise); + auto &perambulator = envGet(Perambulator, getName()); + auto &epack = envGet(Grid::Hadrons::EigenPack, par().eigenPack); + auto &unsmeared_sink = envGet(std::vector, getName() + "_unsmeared_sink"); // Load perambulator if it exists on disk instead of creating it