mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-03 18:55:56 +01:00
Didn't like a print statement
This commit is contained in:
parent
d806581666
commit
57a01e6bbb
@ -15,7 +15,6 @@ public:
|
||||
Integer MaxIterations;
|
||||
|
||||
ConjugateGradient(RealD tol,Integer maxit) : Tolerance(tol), MaxIterations(maxit) {
|
||||
std::cout << Tolerance<<std::endl;
|
||||
};
|
||||
|
||||
void operator() (LinearOperatorBase<Field> &Linop,const Field &src, Field &psi) {assert(0);};
|
||||
|
Loading…
x
Reference in New Issue
Block a user