Changeset 1020 for trunk/GSASIIphsGUI.py
- Timestamp:
- Aug 7, 2013 5:38:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIphsGUI.py ¶
r1016 r1020 87 87 88 88 ''' 89 89 90 90 #patch 91 91 if 'RBModels' not in data: … … 1564 1564 if dlg.ShowModal() == wx.ID_OK: 1565 1565 DisAglCtls = dlg.GetData() 1566 else: 1567 dlg.Destroy() 1568 return 1566 1569 dlg.Destroy() 1567 1570 generalData['DisAglCtls'] = DisAglCtls … … 1586 1589 except KeyError: # inside DistAngle for missing atom types in DisAglCtls 1587 1590 print '**** ERROR - try again but do "Reset" to fill in missing atom types ****' 1588 1591 else: 1592 print "select one or more rows of atoms" 1593 G2frame.ErrorDialog('Select atom',"select one or more rows of atoms then redo") 1594 1589 1595 def OnReImport(event): 1590 1596 print 'reimport atoms from file to be developed'
Note: See TracChangeset
for help on using the changeset viewer.