Changeset 2363 for trunk/GSASII.py


Ignore:
Timestamp:
Jul 5, 2016 9:20:05 PM (9 years ago)
Author:
toby
Message:

fix minor bugs in sequential refinement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASII.py

    r2362 r2363  
    504504                    rd.objname = os.path.basename(filename)
    505505                    flag = False
    506                     if GSASIIpath.GetConfigValue('debug'):
     506                    if GSASIIpath.GetConfigValue('debug'): # allow exceptions for debugging
    507507                        flag = rd.Reader(filename,fp,self,
    508508                                         buffer=rdbuffer,
     
    15931593        phaseNameList = usedHistograms.keys() # phase names in use
    15941594        if not phaseNameList: return # no phases yet, nothing to do
    1595         header = 'Select phase(s) to link\nto new data:'
     1595        header = 'Select phase(s) to link\nto the newly-read data:'
    15961596        for Name in newHistList:
    15971597            header += '\n  '+str(Name)
     
    38013801                    Id = G2gd.GetPatternTreeItemId(self,self.root,'Sequential results')
    38023802                    self.PatternTree.SelectItem(Id)
     3803                    G2gd.MovePatternTreeToGrid(self,Id) # reload current tree item, should update current plot
    38033804#                    self.G2plotNB.replotAll() # refresh any plots not yet updated - doesn't exist!
    38043805            finally:
Note: See TracChangeset for help on using the changeset viewer.