1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Don't throw assert

This commit is contained in:
Peter Boyle 2020-04-10 11:09:11 -04:00
parent afa458c812
commit 11dec4883c

View File

@ -118,7 +118,7 @@ public:
}
GCRLogLevel<<"Variable Preconditioned GCR did not converge"<<std::endl;
assert(0);
// assert(0);
}
RealD GCRnStep(const Field &src, Field &psi,RealD rsq){