aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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