sphere3 is not two_sided_model

This commit is contained in:
?
2019-09-12 22:38:40 +02:00
committed by Zeno Rogue
parent c279e91600
commit 7e4cc69c06
+1
View File
@@ -281,6 +281,7 @@ hyperpoint goodpoint;
vector<pair<int, hyperpoint>> tofix;
bool two_sided_model() {
if(DIM == 3) return false;
if(pmodel == mdHyperboloid) return !euclid;
// if(pmodel == mdHemisphere) return true;
if(pmodel == mdDisk) return sphere;