From 561bdaa8799adaa9b715e12c36046b99318a1277 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Jun 2019 09:39:08 +0200 Subject: [PATCH] not sure what to do --- crystal_met.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal_met.py b/crystal_met.py index 63c586a..71d95a2 100644 --- a/crystal_met.py +++ b/crystal_met.py @@ -82,7 +82,7 @@ def big_cell(na,nb,nc): i[2] += c for i in coords: 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) for i in newCoords: