mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
verbose
This commit is contained in:
parent
7907e4ca03
commit
8a7b7f1e2b
@ -15,7 +15,7 @@ public:
|
||||
Integer MaxIterations;
|
||||
int verbose;
|
||||
ConjugateGradient(RealD tol,Integer maxit) : Tolerance(tol), MaxIterations(maxit) {
|
||||
verbose=1;
|
||||
verbose=0;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user