mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Urgh!
This commit is contained in:
parent
3ac5a69a57
commit
b1768ba820
@ -235,7 +235,7 @@ void TLapEvec<GImpl>::execute(void)
|
|||||||
{
|
{
|
||||||
const StoutParameters &Stout{par().Stout};
|
const StoutParameters &Stout{par().Stout};
|
||||||
envGetTmp(GaugeField, Umu_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++) {
|
for (int i = 0; i < Stout.steps; i++) {
|
||||||
LS.smear(Umu_stout, Umu_smear);
|
LS.smear(Umu_stout, Umu_smear);
|
||||||
Umu_smear = Umu_stout;
|
Umu_smear = Umu_stout;
|
||||||
|
Loading…
Reference in New Issue
Block a user