Changeset 2184 for trunk/GSASIIimgGUI.py
- Timestamp:
- Mar 25, 2016 10:36:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r2183 r2184 362 362 363 363 # Sizers 364 364 Indx = {} 365 365 def ComboSizer(): 366 366 … … 525 525 'phi':['Tilt rotation','%.2f',data['rotation']],'dep':['Penetration','%.2f',data['DetDepth']], 526 526 'wave':['Wavelength','%.6f',data['wavelength']]} 527 Indx = {}527 # Indx = {} 528 528 for name in Names: 529 529 calSel = wx.CheckBox(parent=G2frame.dataDisplay,label=Parms[name][0])
Note: See TracChangeset
for help on using the changeset viewer.