mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
fixed stout smearing for now
This commit is contained in:
@ -113,7 +113,8 @@ void TStoutSmearing3D<GImpl>::execute(void)
|
||||
<< " of 3D-stout smearing and rho= " << par().rho
|
||||
<< "orthogonal to dimension " << par().orthogdim << std::endl;
|
||||
|
||||
Smear_Stout<GImpl> smearer(par().rho, par().orthogdim);
|
||||
//Smear_Stout<GImpl> smearer(par().rho, par().orthogdim);
|
||||
Smear_Stout<GImpl> smearer(par().rho);
|
||||
auto &U = envGet(GaugeField, par().gauge);
|
||||
auto &Usmr = envGet(GaugeField, getName());
|
||||
|
||||
|
Reference in New Issue
Block a user