corrected access by number

This commit is contained in:
Martin Diehl 2015-05-15 13:35:50 +00:00
parent 6a38b4396f
commit 5d19e55eb4
1 changed files with 1 additions and 0 deletions

View File

@ -883,6 +883,7 @@ class Orientation:
variant = int(abs(direction))
me = 0 if direction > 0 else 1
other = 1 if direction > 0 else 0
variant = variant -1
planes = {'KS': \
np.array([[[ 1, 1, 1],[ 0, 1, 1]],\