mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
Explicit parameter declaration in the WilsonGauge test
This commit is contained in:
@ -99,7 +99,6 @@ class TopologicalCharge : public HmcObservable<typename Impl::Field> {
|
||||
|
||||
if (Pars.do_smearing){
|
||||
// using wilson flow by default here
|
||||
std::cout << "1. " << Pars.Smearing.step_size << std::endl;
|
||||
WilsonFlow<PeriodicGimplR> WF(Pars.Smearing.steps, Pars.Smearing.step_size, Pars.Smearing.meas_interval);
|
||||
WF.smear_adaptive(Usmear, U, Pars.Smearing.maxTau);
|
||||
Real T0 = WF.energyDensityPlaquette(Usmear);
|
||||
|
Reference in New Issue
Block a user