removed invalid options (options.packing, options.shift)

This commit is contained in:
Tias Maiti 2015-03-05 21:41:53 +00:00
parent 5d9abc16e8
commit 654aacf207
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,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