3
0
mirror of https://github.com/NehZio/Crystal-MEC synced 2024-09-27 03:51:07 +02:00

not sure what to do

This commit is contained in:
root 2019-06-27 09:39:08 +02:00
parent 9319b0bf77
commit 561bdaa879

View File

@ -82,7 +82,7 @@ def big_cell(na,nb,nc):
i[2] += c i[2] += c
for i in coords: for i in coords:
if i not in newCoords: if i not in newCoords:
if i[0] <= a and i[1] <= b and i[2] <= c: if i[0] < a and i[1] < b and i[2] < c:
newCoords.append(i) newCoords.append(i)
for i in newCoords: for i in newCoords: