disabled mirrors in penrose and sol

This commit is contained in:
Zeno Rogue 2019-07-28 11:40:01 +02:00
parent eea22ebf75
commit d60de0306b
1 changed files with 3 additions and 0 deletions

View File

@ -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) {