removed unnecessary lines

This commit is contained in:
Tias Maiti 2015-02-11 06:18:08 +00:00
parent 65c0aa3770
commit 1b1ed3bbcf
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ for file in files:
for i, points in enumerate(grid):
if points == 1:
options.packing[i] = 1
options.shift[i] = 0
mask = np.ones(3,dtype=bool)
mask[i]=0
size[i] = min(size[mask]/grid[mask]) # third spacing equal to smaller of other spacing