From 42c14c84322d08d97111b1fb338dc881003bd841 Mon Sep 17 00:00:00 2001 From: stevenj Date: Tue, 11 May 2010 23:48:48 -0400 Subject: [PATCH] note that n argument is now unsigned darcs-hash:20100512034848-c8de0-7a7f45a53656b351d4372ed22104bab823569cf7.gz --- api/nlopt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/nlopt.3 b/api/nlopt.3 index 755cb9a..cec713b 100644 --- a/api/nlopt.3 +++ b/api/nlopt.3 @@ -100,7 +100,7 @@ respectively. The function .I f should be of the form: .sp -.BI " double f(int " "n" , +.BI " double f(unsigned " "n" , .br .BI " const double* " "x" , .br -- 2.30.2