view src/of-optim-1-fixes.patch @ 3538:975cfad4df38

bump version to 0.23
author John W. Eaton <jwe@octave.org>
date Tue, 18 Feb 2014 11:32:37 -0500
parents 04791633efbc
children
line wrap: on
line source

diff -rNu a/src/__bfgsmin.cc b/src/__bfgsmin.cc
--- a/src/__bfgsmin.cc	2012-03-30 11:14:48.000000000 -0400
+++ b/src/__bfgsmin.cc	2013-01-14 12:07:15.639384929 -0500
@@ -25,6 +25,7 @@
 #include <octave/Cell.h>
 #include <octave/lo-mappers.h>
 #include <float.h>
+#include <limits.h>
 #include "error.h"
 
 int __bfgsmin_obj(double &obj, const std::string f, const octave_value_list f_args, const ColumnVector theta, const int minarg)