mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Didn't like a print statement
This commit is contained in:
parent
046485a7bb
commit
db786fac13
@ -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…
Reference in New Issue
Block a user