aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-06-12 07:21:53 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-06-12 07:21:53 +0000
commitcdb6cabce744044e417f97ec1a5eeda35544140a (patch)
treedc044e45df751cbee32290916d76a5a9f4217341
parent3f97a456b47adaa170a127db9931c725f62fe7bb (diff)
downloadopt-utilities-cdb6cabce744044e417f97ec1a5eeda35544140a.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@238 ed2142bd-67ad-457f-ba7c-d818d4011675
-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;
}