Changeset 4423 for trunk


Ignore:
Timestamp:
May 16, 2020 1:36:48 PM (3 years ago)
Author:
vondreele
Message:

fix to RMC stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4422 r4423  
    44274427                                       
    44284428            Indx = {}
    4429             atChoice = atNames
    4430             if G2frame.RMCchoice == 'RMCProfile':
    4431                 atChoice = RMCPdict['atSeq']           
     4429            atChoice = RMCPdict['atSeq']           
     4430            if G2frame.RMCchoice == 'fullrmc':
     4431                atChoice = atNames
    44324432            swapSizer = wx.FlexGridSizer(4,5,5)
    44334433            swapLabels = [' ','Atom-A','Atom-B',' Swap prob.']
Note: See TracChangeset for help on using the changeset viewer.