diff --git a/tests/Test_hmc_EOWilsonRatio.cc b/tests/Test_hmc_EOWilsonRatio.cc index e8723d06..d4c44e29 100644 --- a/tests/Test_hmc_EOWilsonRatio.cc +++ b/tests/Test_hmc_EOWilsonRatio.cc @@ -66,6 +66,9 @@ public: ConjugateGradient CG(1.0e-8,10000); TwoFlavourEvenOddRatioPseudoFermionAction Nf2(NumOp, DenOp,CG,CG); + //Set smearing (true/false), default: false + Nf2.is_smeared=true; + //Collect actions ActionLevel Level1; Level1.push_back(&Nf2);