Changeset 2946


Ignore:
Timestamp:
Jul 27, 2017 3:38:36 PM (6 years ago)
Author:
vondreele
Message:

force revert to 2943 (2944 has bad multiprocessing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIstrMath.py

    r2944 r2946  
    723723#reflection processing begins here - big arrays!
    724724    iBeg = 0
    725     time0 = time.time()
     725#    time0 = time.time()
    726726    while iBeg < nRef:
    727727        iFin = min(iBeg+blkSize,nRef)
     
    862862    if not SGData['SGInv'] and 'S' in calcControls[hfx+'histType'] and phfx+'Flack' in parmDict:
    863863        Flack = 1.-2.*parmDict[phfx+'Flack']
    864     time0 = time.time()
     864#    time0 = time.time()
    865865#reflection processing begins here - big arrays!
    866866    iBeg = 0
Note: See TracChangeset for help on using the changeset viewer.