Changeset 1910 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 26, 2015 2:13:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1902 r1910 819 819 Flack = 1.-2.*parmDict[phfx+'Flack'] 820 820 TwinLaw = np.array([[[1,0,0],[0,1,0],[0,0,1]],]) 821 TwinDict = refDict.get('TwinDict',{}) 821 822 if 'S' in calcControls[hfx+'histType']: 822 823 TwinLaw = calcControls[phfx+'TwinLaw'] … … 847 848 refDict['FF']['FF'][iref] *= dat.values() 848 849 #reflection processing begins here - big arrays! 849 iBeg = 0 850 iBeg = 0 850 851 while iBeg < nRef: 851 852 iFin = min(iBeg+blkSize,nRef)
Note: See TracChangeset
for help on using the changeset viewer.