mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Don't throw assert
This commit is contained in:
parent
afa458c812
commit
11dec4883c
@ -118,7 +118,7 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
GCRLogLevel<<"Variable Preconditioned GCR did not converge"<<std::endl;
|
GCRLogLevel<<"Variable Preconditioned GCR did not converge"<<std::endl;
|
||||||
assert(0);
|
// assert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
RealD GCRnStep(const Field &src, Field &psi,RealD rsq){
|
RealD GCRnStep(const Field &src, Field &psi,RealD rsq){
|
||||||
|
Loading…
Reference in New Issue
Block a user