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:
parent
c382c351a5
commit
1425afc72f
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user