From: stevenj Date: Wed, 2 Mar 2011 21:08:57 +0000 (-0500) Subject: comment typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7aa8d91ee1cfa7ce160334043318ba66918e9db9;p=nlopt.git comment typo darcs-hash:20110302210857-c8de0-f85132ce1c0743d9b63efa3254b132b2b93b2bf5.gz --- 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 */