1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-01 14:07:08 +01:00
This commit is contained in:
2025-06-27 06:07:17 +00:00
parent bffb83c46e
commit 73af020f98

View File

@ -179,8 +179,8 @@ int main(int argc, char** argv) {
Np=LanParams.Np; Np=LanParams.Np;
int Nm = Nk + Np; int Nm = Nk + Np;
int MaxIt = 10000; int MaxIt = 100;
RealD resid = 1.0e-5; RealD resid = 1.0e-4;
//while ( mass > - 5.0){ //while ( mass > - 5.0){