From a6aa91dfab0d583c4ec33cccc0fa6b04f2888383 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 27 Mar 2022 09:03:20 +0200 Subject: [PATCH] export qs flags --- classes.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes.cpp b/classes.cpp index 0459cfbf..3aebca30 100644 --- a/classes.cpp +++ b/classes.cpp @@ -834,6 +834,7 @@ extern eGeometry geometry; extern eVariation variation; #endif +#if HDR static const flagtype qsNONOR = qANYQ | qSMALL | qBOUNDED | qNONORIENTABLE; static const flagtype qsNONORE = qsNONOR | qELLIPTIC; static const flagtype qsBQ = qANYQ | qSMALL | qBOUNDED; @@ -848,6 +849,7 @@ static const flagtype qsSMALLBE = qsSMALLB | qELLIPTIC | qANYQ; static const flagtype qsBP = qBINARY | qKITE; static const flagtype qsSINGLE = qANYQ | qSMALL | qBOUNDED | qSINGLE; +#endif EX geometryinfo1 giEuclid2 = { gcEuclid, 2, 2, 3, {1,1, 0,0 } }; EX geometryinfo1 giHyperb2 = { gcHyperbolic, 2, 2, 3, {1,1,-1,0 } };