diff --git a/tests/hadrons/Test_hadrons_rarekaon.cc b/tests/hadrons/Test_hadrons_rarekaon.cc index 26622525..89d7d501 100644 --- a/tests/hadrons/Test_hadrons_rarekaon.cc +++ b/tests/hadrons/Test_hadrons_rarekaon.cc @@ -110,10 +110,10 @@ int main(int argc, char *argv[]) // solvers // RBPrecCG -> CG - MSolver::CG::Par solverPar; + MSolver::RBPrecCG::Par solverPar; solverPar.action = "DWF_" + flavour[i]; solverPar.residual = 1.0e-8; - application.createModule(solvers[i], + application.createModule(solvers[i], solverPar); }