From 609e23ae3af604fe54b990bbcff5dc2660f8ca34 Mon Sep 17 00:00:00 2001 From: stevenj Date: Tue, 11 May 2010 22:14:30 -0400 Subject: [PATCH] remove obsolete NLOPT_MINF_MAX_REACHED darcs-hash:20100512021430-c8de0-95df1ca4c461239c6ddbd8cc0e87104d0101039f.gz --- api/nlopt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/nlopt.h b/api/nlopt.h index 8c5819a..beeaf53 100644 --- a/api/nlopt.h +++ b/api/nlopt.h @@ -135,9 +135,8 @@ typedef enum { NLOPT_INVALID_ARGS = -2, NLOPT_OUT_OF_MEMORY = -3, NLOPT_ROUNDOFF_LIMITED = -4, - NLOPT_STOPVAL_REACHED = 2, NLOPT_SUCCESS = 1, /* generic success code */ - NLOPT_MINF_MAX_REACHED = 2, + NLOPT_STOPVAL_REACHED = 2, NLOPT_FTOL_REACHED = 3, NLOPT_XTOL_REACHED = 4, NLOPT_MAXEVAL_REACHED = 5, -- 2.30.2