chiark / gitweb /
typo
authorstevenj <stevenj@alum.mit.edu>
Wed, 27 Aug 2008 18:11:48 +0000 (14:11 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 27 Aug 2008 18:11:48 +0000 (14:11 -0400)
darcs-hash:20080827181148-c8de0-4f259bf285ef149a46c8385866ff8438717176d3.gz

api/nlopt_minimize_constrained.3

index dbf942fff9edb248ddd3112cde6aad8900f2503e..daf68b4bff4c7219e085eb46b97ca9724a298ffa 100644 (file)
@@ -18,7 +18,7 @@ nlopt_minimize_constrained \- Minimize a multivariate nonlinear function subject
 .BI "                            nlopt_func " "f" ,
 .BI "                            void* " "f_data" ,
 .BI "                            int " "m" ,
-.BI "                            nlopt_func " "c" ,
+.BI "                            nlopt_func " "fc" ,
 .BI "                            void* " "fc_data" ,
 .BI "                            ptrdiff_t " "fc_datum_size" ,
 .BI "                            const double* " "lb" ,