From 899a10a524677f0e41859590046187b455f309c1 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 6 Sep 2007 13:26:40 -0400 Subject: [PATCH] fix comment darcs-hash:20070906172640-c8de0-11a7a435200e761ead10dc64dd940eeed6bfcdbe.gz --- util/sobolseq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/sobolseq.c b/util/sobolseq.c index 1948277..b72d792 100644 --- a/util/sobolseq.c +++ b/util/sobolseq.c @@ -75,8 +75,7 @@ typedef struct nlopt_soboldata_s { uint32_t n; /* number of x's generated so far */ } soboldata; -/* Return position (0, 1, ...) of rightmost zero bit in n, - * via binary search on the (32) bits of n. +/* Return position (0, 1, ...) of rightmost zero bit in n. * * This code uses a 32-bit version of algorithm to find the rightmost * one bit in Knuth, _The Art of Computer Programming_, volume 4A -- 2.30.2