From 1286b9277212c51051930dde29a04b04e49c89e6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 25 Jun 2018 23:02:03 +0200 Subject: [PATCH] fixed the quotient flag for Zebra to include qSMALL --- classes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.cpp b/classes.cpp index 041b217f..9b892823 100644 --- a/classes.cpp +++ b/classes.cpp @@ -1665,7 +1665,7 @@ geometryinfo ginf[gGUARD] = { {"Euclidean", "euclid", 6, 3, 0, gcEuclid, 0, {{7, FORBIDDEN}}}, {"spherical", "sphere", 5, 3, 0, gcSphere, 0, {{SEE_ALL, SEE_ALL}}}, {"elliptic", "elliptic", 5, 3, qNONOR, gcSphere, 0, {{SEE_ALL, SEE_ALL}}}, - {"Zebra quotient", "Zebra", 7, 3, qZEBRA, gcHyperbolic, 0x00400, {{7, 5}}}, + {"Zebra quotient", "Zebra", 7, 3, qSMALL | qZEBRA, gcHyperbolic, 0x00400, {{7, 5}}}, {"field quotient", "field", 7, 3, qFIELD, gcHyperbolic, 0x00200, {{7, 5}}}, {"torus/Klein bottle", "torus", 6, 3, qTORUS, gcEuclid, 0x00600, {{7, FORBIDDEN}}}, {"octagons", "oct", 8, 3, 0, gcHyperbolic, 0x08000, {{6, 4}}},