diff --git a/python/damask/orientation.py b/python/damask/orientation.py index 89a4638ca..1f0dc521a 100644 --- a/python/damask/orientation.py +++ b/python/damask/orientation.py @@ -109,7 +109,7 @@ class Rotation: def misorientation(self,other): """Misorientation""" - return self.__class__(other.quaternion*self.quaternion.conjugated()) + return self.__class__((other.quaternion*self.quaternion.conjugated()).homomorph()) def average(self,other):