Changeset 4423
- Timestamp:
- May 16, 2020 1:36:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4422 r4423 4427 4427 4428 4428 Indx = {} 4429 atChoice = atNames4430 if G2frame.RMCchoice == ' RMCProfile':4431 atChoice = RMCPdict['atSeq']4429 atChoice = RMCPdict['atSeq'] 4430 if G2frame.RMCchoice == 'fullrmc': 4431 atChoice = atNames 4432 4432 swapSizer = wx.FlexGridSizer(4,5,5) 4433 4433 swapLabels = [' ','Atom-A','Atom-B',' Swap prob.']
Note: See TracChangeset
for help on using the changeset viewer.