From: stevenj Date: Wed, 12 May 2010 02:14:30 +0000 (-0400) Subject: remove obsolete NLOPT_MINF_MAX_REACHED X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=609e23ae3af604fe54b990bbcff5dc2660f8ca34;p=nlopt.git remove obsolete NLOPT_MINF_MAX_REACHED darcs-hash:20100512021430-c8de0-95df1ca4c461239c6ddbd8cc0e87104d0101039f.gz --- 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,