Changeset 1160 for trunk/GSASIIphsGUI.py
- Timestamp:
- Nov 28, 2013 9:16:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1150 r1160 1634 1634 '''Compute the ISODISTORT mode values from the current coordinates. 1635 1635 Called in response to the (Phase/Atoms tab) AtomCompute 1636 "Compute ISODIS PLACEmode values" menu item, which should be enabled1636 "Compute ISODISTORT mode values" menu item, which should be enabled 1637 1637 only when Phase['ISODISTORT'] is defined. 1638 1638 ''' … … 1665 1665 deltaList.append(cval-pval) 1666 1666 modeVals = np.inner(ISO['Var2ModeMatrix'],deltaList) 1667 dlg = wx.Dialog(G2frame,wx.ID_ANY,'ISODIS PLACEmode values',#size=(630,400),1667 dlg = wx.Dialog(G2frame,wx.ID_ANY,'ISODISTORT mode values',#size=(630,400), 1668 1668 style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER) 1669 1669 mainSizer = wx.BoxSizer(wx.VERTICAL)
Note: See TracChangeset
for help on using the changeset viewer.