From 038a19e4d8888564aa985a7a7d3afde46cd2f8e8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 4 Oct 2019 13:05:20 +0200 Subject: [PATCH] renamed NIH geometries to stretched --- classes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes.cpp b/classes.cpp index 4eb43eb2..d950e843 100644 --- a/classes.cpp +++ b/classes.cpp @@ -588,8 +588,8 @@ vector ginf = { {"product","none", "product space", "product", 7, 3, qHYBRID, giProduct, 0x00000, {{7, 3}}, eVariation::pure}, {"twisted","none", "rotation space", "twisted", 7, 3, qHYBRID, giSL2, 0x00000, {{6, 4}}, eVariation::pure}, {"ternary","none", "standard ternary tiling", "ternary", 6, 3, qBINARY, giHyperb2, 0x48400, {{6, 4}}, eVariation::pure}, - {"NIH", "none", "non-isotropic hyperbolic", "NIH", 11, 3, qBINARY|qNIH, giSolNIH, 0x49000, {{6, 3}}, eVariation::pure}, - {"solN", "none", "Solv geometry NI", "solN", 9, 3, (qBINARY|qSOL|qNIH), giSolNIH, 0x49200, {{7, 3}}, eVariation::pure}, + {"3x2", "none", "stretched hyperbolic", "3:2", 11, 3, qBINARY|qNIH, giSolNIH, 0x49000, {{6, 3}}, eVariation::pure}, + {"3x1/2", "none", "stretched Solv", "3:1/2", 9, 3, (qBINARY|qSOL|qNIH), giSolNIH, 0x49200, {{7, 3}}, eVariation::pure}, }; // bits: 9, 10, 15, 16, (reserved for later) 17, 18