From: Julien Schueller Date: Fri, 22 Jun 2018 13:39:52 +0000 (+0200) Subject: Remove set_numevals method X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=10555232095b204267d01b88c7b47140687d82f8;p=nlopt.git Remove set_numevals method --- diff --git a/src/api/options.c b/src/api/options.c index 632eb38..04e0bfe 100644 --- a/src/api/options.c +++ b/src/api/options.c @@ -628,7 +628,7 @@ NLOPT_STDCALL nlopt_get_xtol_abs(const nlopt_opt opt, double *xtol_abs) GETSET(maxeval, int, maxeval) -GETSET(numevals, int, numevals) +GET(numevals, int, numevals) GETSET(maxtime, double, maxtime)