From 6ea872bb757aa7172a6c16e557f10d124deff68b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 28 Jun 2024 12:30:51 +0200 Subject: [PATCH] twisted-product can now be enabled in GOLDBERG_INV tilings that happen to be semi-rengular --- geom-exp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geom-exp.cpp b/geom-exp.cpp index 7e31e668..1c5e2638 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -329,6 +329,8 @@ void set_or_configure_geometry(eGeometry g) { quo = sphere || quotient; if(arcm::in()) ok = PURE; else if(bt::in() || aperiodic) ok = false; + else if(GOLDBERRG && S3 == 4 && gp::param == gp::loc{1,1}) ok = true; + else if(UNRECTIFIED && gp::param == gp::loc{1,1}) ok = true; else ok = PURE || BITRUNCATED; if(!ok) { addMessage(XLAT("Only works with (semi-)regular tilings"));