Changeset 4361 for trunk/GSASII.py
- Timestamp:
- Mar 11, 2020 4:43:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r4349 r4361 72 72 print('Updating...') 73 73 GSASIIpath.svnUpdateProcess() 74 GSASIIpath.InvokeDebugOpts()75 74 import GSASIIdataGUI as G2gd 76 75 G2gd.GSASIImain(application) # start the GUI 77 76 if sys.platform == "darwin": 78 77 wx.CallLater(100,application.ClearStartup) 78 GSASIIpath.InvokeDebugOpts() 79 79 application.MainLoop()
Note: See TracChangeset
for help on using the changeset viewer.