confusingGeometry() now returns true in elliptic (rotspaces have elliptic but not quotient)

This commit is contained in:
Zeno Rogue 2020-05-15 14:48:08 +02:00
parent 4d54057108
commit 036502f63e
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ EX ld spherity(const transmatrix& V) {
}
EX bool confusingGeometry() {
return quotient;
return quotient || elliptic;
}
EX ld master_to_c7_angle() {