3d:: field quotient spaces for reg3

This commit is contained in:
Zeno Rogue
2019-09-12 22:38:46 +02:00
parent 791851f8d5
commit d369decc94
7 changed files with 264 additions and 5 deletions
+2 -1
View File
@@ -1296,7 +1296,8 @@ bool pseudohept(cell *c) {
#endif
#if MAXMDIM == 4
if(DIM == 3) {
if(euclid) return euclid3::pseudohept(c);
if(quotient) return false;
else if(euclid) return euclid3::pseudohept(c);
else return reg3::pseudohept(c);
}
#endif