From 7aa8d91ee1cfa7ce160334043318ba66918e9db9 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 2 Mar 2011 16:08:57 -0500 Subject: [PATCH] comment typo darcs-hash:20110302210857-c8de0-f85132ce1c0743d9b63efa3254b132b2b93b2bf5.gz --- util/nlopt-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/nlopt-util.h b/util/nlopt-util.h index 29934d4..fec6a99 100644 --- a/util/nlopt-util.h +++ b/util/nlopt-util.h @@ -105,7 +105,7 @@ extern nlopt_result nlopt_optimize_limited(nlopt_opt opt, /* data structure for nonlinear inequality or equality constraint (f <= 0 or f = 0, respectively). tol (>= 0) is a tolerance that is used for stopping criteria -- the point is considered - "feasible" for purposes of stopping of the constraint is violated + "feasible" for purposes of stopping if the constraint is violated by at most tol. */ typedef struct { unsigned m; /* dimensional of constraint: mf maps R^n -> R^m */ -- 2.30.2