aboutsummaryrefslogtreecommitdiffstats
path: root/methods/conjugate_gradient/conjugate_gradient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'methods/conjugate_gradient/conjugate_gradient.hpp')
-rw-r--r--methods/conjugate_gradient/conjugate_gradient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/conjugate_gradient/conjugate_gradient.hpp b/methods/conjugate_gradient/conjugate_gradient.hpp
index db84798..95b7eb5 100644
--- a/methods/conjugate_gradient/conjugate_gradient.hpp
+++ b/methods/conjugate_gradient/conjugate_gradient.hpp
@@ -119,7 +119,7 @@ namespace opt_utilities
xi[j]=h[j]=g[j]+gam*h[j];
}
}
- std::cerr<<"Too many iterations in cg"<<std::endl;
+ //std::cerr<<"Too many iterations in cg"<<std::endl;
}