diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-05 06:37:54 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-05 06:37:54 +0000 |
commit | 27deb30921d49f370684347c81e64e7866c1c92d (patch) | |
tree | 9c5e7a793fae29de4eaaebb3479e3e35adbaf329 /methods/bfgs | |
parent | a484672e4d7507869aa37396e1524f4955253cd9 (diff) | |
download | opt-utilities-27deb30921d49f370684347c81e64e7866c1c92d.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@122 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/bfgs')
-rw-r--r-- | methods/bfgs/bfgs.hpp | 2 |
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 |