fix python/damask/_orientation.py contains invalid python3 code 2
This commit is contained in:
parent
6a24aee171
commit
ac09a2912a
|
@ -82,8 +82,8 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue