return rotation as misorientation

This commit is contained in:
Martin Diehl 2019-04-18 14:26:53 +02:00
parent 481aac7952
commit 71b0036323
1 changed files with 1 additions and 1 deletions

View File

@ -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