Changeset 2946
- Timestamp:
- Jul 27, 2017 3:38:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIstrMath.py
r2944 r2946 723 723 #reflection processing begins here - big arrays! 724 724 iBeg = 0 725 time0 = time.time()725 # time0 = time.time() 726 726 while iBeg < nRef: 727 727 iFin = min(iBeg+blkSize,nRef) … … 862 862 if not SGData['SGInv'] and 'S' in calcControls[hfx+'histType'] and phfx+'Flack' in parmDict: 863 863 Flack = 1.-2.*parmDict[phfx+'Flack'] 864 time0 = time.time()864 # time0 = time.time() 865 865 #reflection processing begins here - big arrays! 866 866 iBeg = 0
Note: See TracChangeset
for help on using the changeset viewer.