From 3c254e7f55a75d2ae043ddeb914f567441360a15 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 24 Aug 2019 22:42:42 +0200 Subject: [PATCH] PSL2 in geometry list --- geom-exp.cpp | 2 +- nonisotropic.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geom-exp.cpp b/geom-exp.cpp index 50815bb7..ab704a04 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -398,7 +398,7 @@ vector list3d = { gCell24, gECell24, gCell16, gECell16, gCell8, gECell8, - gCell5, gKiteDart3, gSol, gNil, gProduct + gCell5, gKiteDart3, gSol, gNil, gProduct, gSL2 }; void ge_select_tiling(const vector& lst) { diff --git a/nonisotropic.cpp b/nonisotropic.cpp index f8efd76c..cafdcd6d 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -569,7 +569,7 @@ EX namespace hybrid { EX geometry_information *underlying_cgip; EX void configure(eGeometry g) { - if(g == gSL2) variation = eVariation::pure; + if(g == gSL2) variation = eVariation::pure, geometry = gNormal; if(vid.always3) { vid.always3 = false; geom3::apply_always3(); } check_cgi(); cgi.prepare_basics();