aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpolymap/polymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polymap/polymap.c b/polymap/polymap.c
index 02192b1..7ad7c23 100755
--- a/polymap/polymap.c
+++ b/polymap/polymap.c
@@ -2,7 +2,7 @@
#include <math.h>
#include <string.h>
#define MAXPOLY 32
-#define POLYMAP 512
+#define POLYMAP 1024
/* The polymap is a two-dimensional array, but here instead of this we have a one dimensional array of length MAXPOLY^2 */