Changeset 2857
- Timestamp:
- Jun 5, 2017 3:07:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2856 r2857 3752 3752 if name in data and 'newCellDict' in data[name]: 3753 3753 newCellDict.update(data[name]['newCellDict']) 3754 # newCellDict = data[histNames[0]].get('newCellDict',{})3755 3754 cellAlist = [] 3756 3755 for item in newCellDict: … … 3906 3905 Types += [wg.GRID_VALUE_FLOAT+':10,3',] 3907 3906 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'] 3909 3909 phfx = '%d:%d:'%(pId,hId) 3910 3910 esdLookUp = {}
Note: See TracChangeset
for help on using the changeset viewer.