aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-06-05 06:37:54 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-06-05 06:37:54 +0000
commit27deb30921d49f370684347c81e64e7866c1c92d (patch)
tree9c5e7a793fae29de4eaaebb3479e3e35adbaf329 /methods
parenta484672e4d7507869aa37396e1524f4955253cd9 (diff)
downloadopt-utilities-27deb30921d49f370684347c81e64e7866c1c92d.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@122 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-rw-r--r--methods/bfgs/bfgs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/bfgs/bfgs.hpp b/methods/bfgs/bfgs.hpp
index 9a97730..43ba2d3 100644
--- a/methods/bfgs/bfgs.hpp
+++ b/methods/bfgs/bfgs.hpp
@@ -17,7 +17,7 @@
*
*/
#include <iostream>
-using std::cout;
+using std::cerr;
using std::endl;
namespace opt_utilities