Changeset 4485 for trunk/GSASIImath.py


Ignore:
Timestamp:
Jun 13, 2020 9:44:53 AM (3 years ago)
Author:
vondreele
Message:

fix plotting of BNS centered modulated magnetic moment plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r4483 r4485  
    18021802                drawatom[dcx:dcx+3] = X
    18031803            if generalData['Type'] == 'magnetic':
    1804                 M = G2spc.ApplyStringOpsMom(opr,SGData,atmom+mom)
     1804                M = G2spc.ApplyStringOpsMom(opr,SGData,SSGData,atmom+mom)
    18051805                drawatom[dcx+3:dcx+6] = M
    18061806    return drawAtoms,Fade
Note: See TracChangeset for help on using the changeset viewer.