Changeset 4485 for trunk/GSASIImath.py
- Timestamp:
- Jun 13, 2020 9:44:53 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r4483 r4485 1802 1802 drawatom[dcx:dcx+3] = X 1803 1803 if generalData['Type'] == 'magnetic': 1804 M = G2spc.ApplyStringOpsMom(opr,SGData, atmom+mom)1804 M = G2spc.ApplyStringOpsMom(opr,SGData,SSGData,atmom+mom) 1805 1805 drawatom[dcx+3:dcx+6] = M 1806 1806 return drawAtoms,Fade
Note: See TracChangeset
for help on using the changeset viewer.