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
341096dce8
commit
d0d41b8bce
@ -15,7 +15,6 @@ public:
|
|||||||
Integer MaxIterations;
|
Integer MaxIterations;
|
||||||
|
|
||||||
ConjugateGradient(RealD tol,Integer maxit) : Tolerance(tol), MaxIterations(maxit) {
|
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);};
|
void operator() (LinearOperatorBase<Field> &Linop,const Field &src, Field &psi) {assert(0);};
|
||||||
|
Loading…
Reference in New Issue
Block a user