3d:: all the regular honeycombs

This commit is contained in:
Zeno Rogue
2019-09-12 22:38:43 +02:00
parent a6fd8146dd
commit 52ce5ac9aa
17 changed files with 545 additions and 302 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ int emerald_heptagon(int parent, int dir) {
#undef RULE
if(weirdhyperbolic) return 0;
if(weirdhyperbolic || DIM == 3) return 0;
printf("HEPTAGONAL RULE MISSING for (%d,%d)\n", parent,dir);
exit(1);
}