Changeset 4462


Ignore:
Timestamp:
Jun 4, 2020 9:57:58 AM (3 years ago)
Author:
vondreele
Message:

fix bug for not installed RMCProfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4461 r4462  
    56735673            RMCPdict = data['RMC']['RMCProfile']
    56745674            rmcfile = G2fl.find('rmcprofile.exe',GSASIIpath.path2GSAS2)
    5675             rmcexe = os.path.split(rmcfile)[0]
    5676             print(rmcexe)
    56775675            if rmcfile is None:
    56785676                wx.MessageBox(''' RMCProfile is not correctly installed for use in GSAS-II
     
    56815679          caption='RMCProfile',style=wx.ICON_INFORMATION)
    56825680                return
     5681            rmcexe = os.path.split(rmcfile)[0]
     5682            print(rmcexe)
    56835683            wx.MessageBox(''' For use of RMCProfile, please cite:
    56845684      RMCProfile: Reverse Monte Carlo for polycrystalline materials,
Note: See TracChangeset for help on using the changeset viewer.