From d60de0306b5e460ea5a3a8b105f9c71396e00180 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 28 Jul 2019 11:40:01 +0200 Subject: [PATCH] disabled mirrors in penrose and sol --- complex.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/complex.cpp b/complex.cpp index 2f04785b..b379af8a 100644 --- a/complex.cpp +++ b/complex.cpp @@ -1061,6 +1061,7 @@ namespace whirlpool { namespace mirror { bool build(cell *c) { + if(penrose || sol) return false; #if CAP_GP if(GOLDBERG) { if(c == c->master->c7) { @@ -1185,6 +1186,8 @@ namespace mirror { #endif void createMirrors(cellwalker cw, int cpid) { + + if(penrose || sol) return; #if CAP_ARCM if(archimedean) {