Changeset 3068 for trunk/GSASIIstrMath.py
- Timestamp:
- Sep 12, 2017 10:54:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r3048 r3068 4070 4070 xB = np.searchsorted(x,Limits[0]) 4071 4071 xF = np.searchsorted(x,Limits[1])+1 4072 dMdvh = np.sqrt(w[xB:xF])*getPowderProfileDerv (parmDict,x[xB:xF],4073 varylist,Histogram,Phases,rigidbodyDict,calcControls,pawleyLookup,dependentVars )4072 dMdvh = np.sqrt(w[xB:xF])*getPowderProfileDervMP([parmDict,x[xB:xF], 4073 varylist,Histogram,Phases,rigidbodyDict,calcControls,pawleyLookup,dependentVars]) 4074 4074 elif 'HKLF' in histogram[:4]: 4075 4075 Histogram = Histograms[histogram]
Note: See TracChangeset
for help on using the changeset viewer.