From 989c58fb3bc0ba38aa8b72e47adb8710208c6f65 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jul 2003 05:25:20 +0000 Subject: [PATCH] fix for loop scoping --- trunk/c5/nbtheory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/c5/nbtheory.cpp b/trunk/c5/nbtheory.cpp index ee015a46..8c2e0423 100644 --- a/trunk/c5/nbtheory.cpp +++ b/trunk/c5/nbtheory.cpp @@ -28,7 +28,8 @@ std::vector * NewPrimeTable() for (unsigned int p=3; p<=s_lastSmallPrime; p+=2) { - for (unsigned int j=1; j