Changeset 3148
- Timestamp:
- Nov 2, 2017 12:58:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3136 r3148 2255 2255 Atoms.SelectRow(row,True) 2256 2256 if r < 0: #double click on col label! Change all atoms! 2257 sel = [-1,]2258 2257 noSkip = True 2259 2258 if Atoms.GetColLabelValue(c) == 'refine': … … 2338 2337 elif Atoms.GetColLabelValue(c) == 'Uiso': #this needs to ask for value 2339 2338 pass #& then change all 'I' atoms 2340 if noSkip and sel[0] >= 0:2339 if noSkip: 2341 2340 ui = colLabels.index('U11') 2342 2341 us = colLabels.index('Uiso')
Note: See TracChangeset
for help on using the changeset viewer.