fix python/damask/_orientation.py contains invalid python3 code
This commit is contained in:
parent
3897136f85
commit
6a24aee171
|
@ -82,10 +82,12 @@ class Orientation:
|
||||||
|
|
||||||
def equivalent(self):
|
def equivalent(self):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
List of orientations which are symmetrically equivalent.
|
List of orientations which are symmetrically equivalent.
|
||||||
Supported for multiple rotation with same lattice
|
Supported for multiple rotation with same lattice
|
||||||
Returns list [i] being i=range(24)
|
Returns list [i] being i=range(24)
|
||||||
Returns list [i, num_rot] for multiple rotations
|
Returns list [i, num_rot] for multiple rotations
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if not self.rotation.shape:
|
if not self.rotation.shape:
|
||||||
return [self.__class__(q*self.rotation,self.lattice) \
|
return [self.__class__(q*self.rotation,self.lattice) \
|
||||||
|
|
Loading…
Reference in New Issue