Changeset 1559 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Nov 3, 2014 2:48:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1552 r1559 2204 2204 2205 2205 def OnSSopt(event): 2206 if controls[5] in ['Fm3m','Im3m','Pm3m']: 2207 SSopt.SetValue(False) 2208 G2frame.ErrorDialog('Cubic lattice', 'Superlattice not allowed for a cubic lattice') 2209 return 2206 2210 ssopt['Use'] = SSopt.GetValue() 2207 2211 wx.CallAfter(UpdateUnitCellsGrid,G2frame,data) … … 2468 2472 def RefreshUnitCellsGrid(event): 2469 2473 data =G2frame.PatternTree.GetItemPyData(UnitCellsId) 2470 cells,dmin = data[2: ]2474 cells,dmin = data[2:4] 2471 2475 r,c = event.GetRow(),event.GetCol() 2472 2476 if cells:
Note: See TracChangeset
for help on using the changeset viewer.