mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 21:25:56 +01:00
Rare K test solver name fix
This commit is contained in:
parent
fe8d625694
commit
90ec6eda0c
@ -110,10 +110,10 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
// solvers
|
// solvers
|
||||||
// RBPrecCG -> CG
|
// RBPrecCG -> CG
|
||||||
MSolver::CG::Par solverPar;
|
MSolver::RBPrecCG::Par solverPar;
|
||||||
solverPar.action = "DWF_" + flavour[i];
|
solverPar.action = "DWF_" + flavour[i];
|
||||||
solverPar.residual = 1.0e-8;
|
solverPar.residual = 1.0e-8;
|
||||||
application.createModule<MSolver::CG>(solvers[i],
|
application.createModule<MSolver::RBPrecCG>(solvers[i],
|
||||||
solverPar);
|
solverPar);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user