chiark / gitweb /
Remove set_numevals method
authorJulien Schueller <schueller@phimeca.com>
Fri, 22 Jun 2018 13:39:52 +0000 (15:39 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 13:39:52 +0000 (15:39 +0200)
src/api/options.c

index 632eb388ba3bb39dec2ddc4f64cd1a107aa071d0..04e0bfe72b1682d49d5f209876f951f6e55792f5 100644 (file)
@@ -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)