mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
verbose
This commit is contained in:
parent
2da20f1443
commit
021478af3b
@ -15,7 +15,7 @@ public:
|
|||||||
Integer MaxIterations;
|
Integer MaxIterations;
|
||||||
int verbose;
|
int verbose;
|
||||||
ConjugateGradient(RealD tol,Integer maxit) : Tolerance(tol), MaxIterations(maxit) {
|
ConjugateGradient(RealD tol,Integer maxit) : Tolerance(tol), MaxIterations(maxit) {
|
||||||
verbose=1;
|
verbose=0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user