Changeset 2858 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 5, 2017 9:12:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r2838 r2858 437 437 pWnum[name] += 1 438 438 pWsum['PWLref'] = 0. 439 pWnum[ name] = 0439 pWnum['PWLref'] = 0 440 440 for item in varyList: 441 441 if 'PWLref' in item and parmDict[item] < 0.: … … 446 446 pWt.append(negWt[pId]) 447 447 pWsum['PWLref'] += negWt[pId]*(parmDict[item])**2 448 pWnum[ name] += 1448 pWnum['PWLref'] += 1 449 449 pVals = np.array(pVals) 450 450 pWt = np.array(pWt) #should this be np.sqrt?
Note: See TracChangeset
for help on using the changeset viewer.