chiark / gitweb /
improve C++ header exceptions, rename NLOPT_FORCE_STOP to NLOPT_FORCED_STOP
[nlopt.git] / api / nlopt.3
index e5e862ba334cefb0569652eca0c87cbbb608ea54..b2e435907663a14ee7eb75f0658236e051055de3 100644 (file)
@@ -635,7 +635,7 @@ Ran out of memory.
 .B NLOPT_ROUNDOFF_LIMITED
 Halted because roundoff errors limited progress.
 .TP
-.B NLOPT_FORCE_STOP
+.B NLOPT_FORCED_STOP
 Halted because the user called \fBnlopt_force_stop\fR(\fIopt\fR) on
 the optimization's \fBnlopt_opt\fR object \fIopt\fR from the user's
 objective function.