Changeset 2857


Ignore:
Timestamp:
Jun 5, 2017 3:07:12 PM (6 years ago)
Author:
toby
Message:

fix missing cell parms in Seq Ref. table (when not starting with 1st histogram)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2856 r2857  
    37523752        if name in data and 'newCellDict' in data[name]:
    37533753            newCellDict.update(data[name]['newCellDict'])
    3754 #    newCellDict = data[histNames[0]].get('newCellDict',{})
    37553754    cellAlist = []
    37563755    for item in newCellDict:
     
    39063905            Types += [wg.GRID_VALUE_FLOAT+':10,3',]
    39073906            Albls = [pfx+'A'+str(i) for i in range(6)]
    3908             for hId,name in enumerate(histNames):
     3907            for name in histNames:
     3908                hId = Histograms[name]['hId']
    39093909                phfx = '%d:%d:'%(pId,hId)
    39103910                esdLookUp = {}
Note: See TracChangeset for help on using the changeset viewer.