chiark / gitweb /
experiment with other scalings for shortest path
[moebius2.git] / mgraph.h
index e3079787033836ff8845816f94c5825a9a51afb5..eb4bd129fb990bb650d1da0605e780e1a13680af 100644 (file)
--- a/mgraph.h
+++ b/mgraph.h
@@ -62,9 +62,9 @@
 
 #include "common.h"
 
-#define XBITS 6 /*3*/
+#define XBITS 3
 #define X (1<<XBITS)
-#define YBITS 4
+#define YBITS 3
 #define Y ((1<<YBITS) - 1)
 
 /* vertex number:   0000 | y     | x