Changeset 4462
- Timestamp:
- Jun 4, 2020 9:57:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4461 r4462 5673 5673 RMCPdict = data['RMC']['RMCProfile'] 5674 5674 rmcfile = G2fl.find('rmcprofile.exe',GSASIIpath.path2GSAS2) 5675 rmcexe = os.path.split(rmcfile)[0]5676 print(rmcexe)5677 5675 if rmcfile is None: 5678 5676 wx.MessageBox(''' RMCProfile is not correctly installed for use in GSAS-II … … 5681 5679 caption='RMCProfile',style=wx.ICON_INFORMATION) 5682 5680 return 5681 rmcexe = os.path.split(rmcfile)[0] 5682 print(rmcexe) 5683 5683 wx.MessageBox(''' For use of RMCProfile, please cite: 5684 5684 RMCProfile: Reverse Monte Carlo for polycrystalline materials,
Note: See TracChangeset
for help on using the changeset viewer.