mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 11:15:55 +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
|
||||
// RBPrecCG -> CG
|
||||
MSolver::CG::Par solverPar;
|
||||
MSolver::RBPrecCG::Par solverPar;
|
||||
solverPar.action = "DWF_" + flavour[i];
|
||||
solverPar.residual = 1.0e-8;
|
||||
application.createModule<MSolver::CG>(solvers[i],
|
||||
application.createModule<MSolver::RBPrecCG>(solvers[i],
|
||||
solverPar);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user