fixed a potential problem in floorshapes

This commit is contained in:
Zeno Rogue 2020-03-11 11:33:47 +01:00
parent f6b5d068fd
commit f5600a65ff
1 changed files with 1 additions and 0 deletions

View File

@ -640,6 +640,7 @@ void geometry_information::generate_floorshapes() {
heptagon modelh;
cell model;
model.master = &modelh;
modelh.c7 = &model;
model.type = modelh.type = S7;
auto mmerge1 = [&] (int i, int j) { model.c.setspin(i, j, false); modelh.c.setspin(i, j, false); };