- Timestamp:
- Aug 9, 2017 12:04:24 PM (6 years ago)
- Location:
- branch/2frame
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIdataGUI.py
r2977 r2978 3675 3675 self.GPXtree.SetItemText(self.root,'Project: ') 3676 3676 self.GPXtree.DeleteChildren(self.root) 3677 if self.HKL: self.HKL = [] 3677 self.dataWindow.ClearData() 3678 if len(self.HKL): self.HKL = [] 3678 3679 if self.G2plotNB.plotList: 3679 3680 self.G2plotNB.clear() -
branch/2frame/GSASIIplot.py
r2976 r2978 25 25 import mpl_toolkits.mplot3d.axes3d as mp3d 26 26 import GSASIIpath 27 Clip_on = GSASIIpath.GetConfigValue('Clip_on',True) 27 28 GSASIIpath.SetVersionNumber("$Revision$") 28 29 import GSASIIdataGUI as G2gd -
branch/2frame/imports/G2phase_GPX.py
r2940 r2978 67 67 self.Phase['RBModels'] = {} 68 68 del self.Phase['MCSA'] 69 del self.Phase['Map Peaks'] 69 if 'Map Peaks' in self.Phase: 70 del self.Phase['Map Peaks'] 70 71 del self.Phase['General']['Map'] 71 72 self.Phase['ranId'] = ran.randint(0,sys.maxint)
Note: See TracChangeset
for help on using the changeset viewer.