1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 03:35:55 +01:00

Rare Kaon test fix

This commit is contained in:
Lanny91 2017-04-25 17:26:56 +01:00
parent c382c351a5
commit 1425afc72f

View File

@ -109,7 +109,7 @@ int main(int argc, char *argv[])
application.createModule<MAction::DWF>("DWF_" + flavour[i], actionPar);
// solvers
MSolver::CG::Par solverPar;
MSolver::RBPrecCG::Par solverPar;
solverPar.action = "DWF_" + flavour[i];
solverPar.residual = 1.0e-8;
application.createModule<MSolver::RBPrecCG>(solvers[i],