Changeset 2926
- Timestamp:
- Jul 8, 2017 3:53:21 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2925 r2926 3426 3426 if not GSASIIpath.svnTestBranch(): 3427 3427 dlg = wx.MessageDialog(self.frame, 3428 'Switching from test to standard GSAS-II version',3428 'Switching to test version of GSAS-II', 3429 3429 'Confirm Switch', 3430 3430 wx.OK|wx.CANCEL) -
trunk/GSASIIstrMain.py
r2894 r2926 21 21 import scipy.optimize as so 22 22 import GSASIIpath 23 GSASIIpath.SetBinaryPath() 23 24 GSASIIpath.SetVersionNumber("$Revision$") 24 25 import GSASIIlattice as G2lat
Note: See TracChangeset
for help on using the changeset viewer.