diff --git a/python/damask/orientation.py b/python/damask/orientation.py index 03c69291f..3ab7cd044 100644 --- a/python/damask/orientation.py +++ b/python/damask/orientation.py @@ -944,6 +944,7 @@ class Symmetry: def inFZ(self,R): """Check whether given Rodrigues vector falls into fundamental zone of own symmetry.""" + if isinstance(R, Quaternion): R = R.asRodrigues() # translate accidentally passed quaternion # fundamental zone in Rodrigues space is point symmetric around origin if R.shape[0]==4: # transition old (length not stored separately) to new