diff --git a/python/damask/orientation.py b/python/damask/orientation.py index 1f0dc521a..c0c817ca6 100644 --- a/python/damask/orientation.py +++ b/python/damask/orientation.py @@ -918,7 +918,7 @@ class Orientation: if breaker: break if breaker: break - return (Orientation(r,self.lattice), i,j, k == 1) if symmetries else Orientation(r,self.lattice)# disorientation ... + return (r, i,j, k == 1) if symmetries else r # disorientation ... # ... own sym, other sym, # self-->other: True, self<--other: False