Changeset 3210 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Dec 29, 2017 12:52:35 PM (5 years ago)
Author:
vondreele
Message:

some fixes for magnetic incommensurate cifs - dealing with 2 different dictionary defns for mcif!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r3208 r3210  
    61396139                table = G2frame.atomTable.GetData()
    61406140                for i,atom in enumerate(drawAtoms):
    6141                     table[i][2:5] = atom[2:5]
     6141                    if generalData['Type'] == 'magnetic':
     6142                        table[i][2:8] = atom[2:8]
     6143                    else:
     6144                        table[i][2:5] = atom[2:5]
    61426145                G2frame.atomTable.SetData(table)
    61436146                panel = G2frame.phaseDisplay.GetPage(page).GetChildren()
Note: See TracChangeset for help on using the changeset viewer.