Skip to content

Commit 593e410

Browse files
committed
Merge branch '380-initialization-of-damask-orientation' into 'development'
manual definition of arguments Closes #380 See merge request damask/DAMASK!1021
2 parents a3058bd + 02fc6c7 commit 593e410

File tree

6 files changed

+800
-440
lines changed

6 files changed

+800
-440
lines changed

python/damask/_crystal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ def relation_operations(self,
13011301
o_p = np.stack((o.to_frame(uvw=o_p[:,0] if o_l != 'hP' else util.Bravais_to_Miller(uvtw=o_p[:,0])),
13021302
o.to_frame(hkl=o_p[:,1] if o_l != 'hP' else util.Bravais_to_Miller(hkil=o_p[:,1]))),
13031303
axis=-2)
1304-
return (o_l,Rotation.from_parallel(a=m_p,b=o_p,active=True))
1304+
return (o_l,Rotation.from_parallel(source=m_p,target=o_p,active=True))
13051305

13061306

13071307
def Schmid(self, *,

0 commit comments

Comments
 (0)