gnumeric r17170 - trunk/plugins/numtheory



Author: mortenw
Date: Sun Mar  1 21:24:29 2009
New Revision: 17170
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17170&view=rev

Log:
Didn't mean to up that limit.



Modified:
   trunk/plugins/numtheory/numtheory.c

Modified: trunk/plugins/numtheory/numtheory.c
==============================================================================
--- trunk/plugins/numtheory/numtheory.c	(original)
+++ trunk/plugins/numtheory/numtheory.c	Sun Mar  1 21:24:29 2009
@@ -51,7 +51,7 @@
 }
 
 #define PTABLE_CHUNK 64
-#define ITHPRIME_LIMIT (1 << 30)
+#define ITHPRIME_LIMIT (1 << 20)
 static gint *prime_table = NULL;
 
 /* Calculate the i-th prime.  Returns TRUE on error.  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]