Changeset 2546 for trunk/GSASIIddataGUI.py
- Timestamp:
- Nov 22, 2016 1:08:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIddataGUI.py ¶
r2495 r2546 22 22 import GSASIIlattice as G2lat 23 23 import GSASIIspc as G2spc 24 import GSASIIElem as G2elem25 import GSASIIElemGUI as G2elemGUI26 24 import GSASIIplot as G2plt 27 25 import GSASIIgrid as G2gd 28 import GSASIIIO as G2IO29 import GSASIImath as G2mth30 26 import GSASIIpwd as G2pwd 31 27 import GSASIIphsGUI as G2phsGUI … … 293 289 def OnHstrainVal(event): 294 290 event.Skip() 295 Snames = G2spc.HStrainNames(SGData)296 291 Obj = event.GetEventObject() 297 292 hist,pid = Indx[Obj.GetId()] … … 987 982 h,k,l = hkl 988 983 Obj.SetValue('%3d %3d %3d'%(h,k,l)) 989 990 try: 991 histData = UseList[G2frame.hist] 992 except KeyError: 984 985 if G2frame.hist not in UseList: 993 986 G2frame.ErrorDialog('Missing data error', 994 987 G2frame.hist+' not in GSAS-II data tree')
Note: See TracChangeset
for help on using the changeset viewer.