fpattern for Cube Tiling

This commit is contained in:
Zeno Rogue 2022-08-17 17:24:20 +02:00
parent d55a2022c0
commit d22d840f01
1 changed files with 4 additions and 0 deletions

View File

@ -1364,6 +1364,10 @@ EX struct fpattern& getcurrfp() {
fp.Prime = 11; fp.force_hash = 0x363D8DA4u; fp.solve();
return fp;
}
if(geometry == gCubeTiling) {
static fpattern fp(2);
return fp;
}
if(!hyperbolic) return fp_invalid;
if(WDIM == 3 && !quotient && !hybri && !bt::in()) {
static fpattern fp(0);