summaryrefslogtreecommitdiff
blob: cbca8904ff738e048943a9c839c3f6b19e420503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/metis.h
+++ b/include/metis.h
@@ -30,7 +30,7 @@
  GCC does provides these definitions in stdint.h, but it may require some
  modifications on other architectures.
 --------------------------------------------------------------------------*/
-#define IDXTYPEWIDTH 32
+#define IDXTYPEWIDTH 64
 
 
 /*--------------------------------------------------------------------------