Changeset 3148 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Nov 2, 2017 12:58:38 PM (6 years ago)
Author:
vondreele
Message:

fix problem with atom refine & I/A selection; 2.7 &7 3.6 compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3136 r3148  
    22552255                    Atoms.SelectRow(row,True)                   
    22562256            if r < 0:                          #double click on col label! Change all atoms!
    2257                 sel = [-1,]
    22582257                noSkip = True
    22592258                if Atoms.GetColLabelValue(c) == 'refine':
     
    23382337                elif Atoms.GetColLabelValue(c) == 'Uiso':       #this needs to ask for value
    23392338                    pass                                        #& then change all 'I' atoms
    2340                 if noSkip and sel[0] >= 0:
     2339                if noSkip:
    23412340                    ui = colLabels.index('U11')
    23422341                    us = colLabels.index('Uiso')
Note: See TracChangeset for help on using the changeset viewer.