1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Rename misunderstood "rsd_sq" to "rsq" in MR code

This commit is contained in:
Daniel Richtmann
2017-11-08 13:50:34 +01:00
parent b8ee496ed6
commit 56d32a4afb
2 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ int main (int argc, char ** argv)
WilsonFermionR Dw(Umu,Grid,RBGrid,mass);
MdagMLinearOperator<WilsonFermionR,LatticeFermion> HermOp(Dw);
GeneralisedMinimalResidual<LatticeFermion> GMRES(1.0e-8,10000, 1);
GeneralisedMinimalResidual<LatticeFermion> GMRES(1.0e-8, 10000, 5);
GMRES(HermOp,src,result);
Grid_finalize();