Changeset 5056
- Timestamp:
- Oct 28, 2021 9:40:47 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r5054 r5056 2919 2919 if dlg.ShowModal() == wx.ID_OK: 2920 2920 fpath,parentcif = os.path.split(dlg.GetPath()) 2921 wx.BeginBusyCursor() 2921 2922 radio,rundata = ISO.GetISODISTORT(data,parentcif) 2923 wx.EndBusyCursor() 2922 2924 data['ISODISTORT']['radio'] = radio 2923 2925 data['ISODISTORT']['rundata'] = rundata … … 2927 2929 UpdateISODISTORT() 2928 2930 else: 2929 print('ISODISTORT run cancelled')2931 G2G.G2MessageBox(G2frame,'ISODISTORT run cancelled') 2930 2932 2931 2933 def OnCompare(event): … … 6714 6716 if data['ISODISTORT']: 6715 6717 CIFfile = ISO.GetISODISTORTcif(data) 6716 print(CIFfile)6718 G2G.G2MessageBox(G2frame,'ISODISTORT generated cif file %s has been created.'%CIFfile) 6717 6719 else: 6718 print('ERROR-need to run ISODISTORT first - see General/Compute menu') 6719 6720 6720 G2G.G2MessageBox(G2frame,'ERROR - need to run ISODISTORT first - see General/Compute menu') 6721 6721 6722 6722 #### DIFFax Layer Data page ################################################################################
Note: See TracChangeset
for help on using the changeset viewer.