aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-06-12 04:53:41 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-06-12 04:53:41 +0000
commit3f97a456b47adaa170a127db9931c725f62fe7bb (patch)
tree49ffde4a9344901f4939b4ab01cd1b41c349d433 /methods
parent7aef93d10efbbf8b4a87f9ea0386c4ccc658708d (diff)
downloadopt-utilities-3f97a456b47adaa170a127db9931c725f62fe7bb.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@237 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-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 02ed3b6..db84798 100644
--- a/methods/conjugate_gradient/conjugate_gradient.hpp
+++ b/methods/conjugate_gradient/conjugate_gradient.hpp
@@ -107,7 +107,7 @@ namespace opt_utilities
//dgg+=(xi[j]+g[j])*xi[j];
dgg+=xi[j]*xi[j];
}
- std::cerr<<its<<"\t"<<gg<<std::endl;
+ //std::cerr<<its<<"\t"<<gg<<std::endl;
if(gg==0.0)
{
return;