Changeset 3287 for trunk/GSASIImath.py
- Timestamp:
- Feb 16, 2018 2:10:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3285 r3287 1646 1646 opr = drawatom[dcs-1] 1647 1647 sop,ssop,icent,cent,unit = G2spc.OpsfromStringOps(opr,SGData,SSGData) 1648 drxyz = (np.inner(sop[0],atxyz)+sop[1] )*icent+cent+np.array(unit)1648 drxyz = (np.inner(sop[0],atxyz)+sop[1]+cent)*icent+np.array(unit) 1649 1649 tauT = G2spc.getTauT(tau,sop,ssop,drxyz,modul)[-1] 1650 1650 tauT *= icent #invert wave on -1
Note: See TracChangeset
for help on using the changeset viewer.