Changeset 2363 for trunk/GSASII.py
- Timestamp:
- Jul 5, 2016 9:20:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASII.py ¶
r2362 r2363 504 504 rd.objname = os.path.basename(filename) 505 505 flag = False 506 if GSASIIpath.GetConfigValue('debug'): 506 if GSASIIpath.GetConfigValue('debug'): # allow exceptions for debugging 507 507 flag = rd.Reader(filename,fp,self, 508 508 buffer=rdbuffer, … … 1593 1593 phaseNameList = usedHistograms.keys() # phase names in use 1594 1594 if not phaseNameList: return # no phases yet, nothing to do 1595 header = 'Select phase(s) to link\nto newdata:'1595 header = 'Select phase(s) to link\nto the newly-read data:' 1596 1596 for Name in newHistList: 1597 1597 header += '\n '+str(Name) … … 3801 3801 Id = G2gd.GetPatternTreeItemId(self,self.root,'Sequential results') 3802 3802 self.PatternTree.SelectItem(Id) 3803 G2gd.MovePatternTreeToGrid(self,Id) # reload current tree item, should update current plot 3803 3804 # self.G2plotNB.replotAll() # refresh any plots not yet updated - doesn't exist! 3804 3805 finally:
Note: See TracChangeset
for help on using the changeset viewer.