From 5b5f36004b880bfbf9dca0060cb8e368ea03702e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 6 Jul 2018 20:00:13 +0200 Subject: [PATCH] field quotients now count as confusing (animation did not work correctly in small field quotients) --- hypgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index c71b0aea..c4bdc823 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -478,7 +478,7 @@ ld spherity(const transmatrix& V) { } bool confusingGeometry() { - return elliptic || (quotient & qSMALL) || torus; + return elliptic || quotient || torus; } ld master_to_c7_angle() {