Changeset 1481 for trunk/GSASIIgrid.py
- Timestamp:
- Aug 27, 2014 2:47:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1445 r1481 4300 4300 if key[0] not in phaselist: phaselist.append(key[0]) 4301 4301 akey = key[0]+'::'+Ddict[key[2]] 4302 parmDict[akey] += parmDict[item]4302 parmDict[akey] -= parmDict[item] 4303 4303 delList.append(item) 4304 4304 for item in delList: … … 4351 4351 if key[0] not in phaselist: phaselist.append(key[0]) 4352 4352 akey = key[0]+'::'+Ddict[key[2]] 4353 VparmDict[akey] += VparmDict[item]4353 VparmDict[akey] -= VparmDict[item] 4354 4354 for i in phaselist: 4355 4355 pId = int(i)
Note: See TracChangeset
for help on using the changeset viewer.