[libmath-prime-util-perl] 109/181: Change comment to match current number of array items

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:51:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.36
in repository libmath-prime-util-perl.

commit 128e95f6ca7794960a1daca67fa60757ef9b38f1
Author: Dana Jacobsen <dana at acm.org>
Date:   Fri Jan 3 18:01:57 2014 -0800

    Change comment to match current number of array items
---
 util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util.c b/util.c
index 2e24118..cac9bdc 100644
--- a/util.c
+++ b/util.c
@@ -500,7 +500,7 @@ static const unsigned short step_counts_30k[] =  /* starts at 7 */
    1903,1970,1962,1905,1905};
 #define NSTEP_COUNTS_30K  (sizeof(step_counts_30k)/sizeof(step_counts_30k[0]))
 
-/* mpu '$step=300_000; $pc=prime_count(20*$step); print "$pc\n", join(",", map { $spc=$pc; $pc=prime_count($_*$step); $pc-$spc; } 21..100), "\n"' */
+/* mpu '$step=300_000; $pc=prime_count(20*$step); print "$pc\n", join(",", map { $spc=$pc; $pc=prime_count($_*$step); $pc-$spc; } 21..212), "\n"' */
 static const unsigned short step_counts_300k[] =  /* starts at 6M */
   {19224,19086,19124,19036,18942,18893,18870,18853,18837,18775,18688,18674,
    18594,18525,18639,18545,18553,18424,18508,18421,18375,18366,18391,18209,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list