Changeset 1239 for trunk/GSASIIstrMath.py
- Timestamp:
- Mar 7, 2014 1:59:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1229 r1239 1404 1404 time0 = time.time() 1405 1405 StructureFactor2(refDict,G,hfx,pfx,SGData,calcControls,parmDict) 1406 print 'sf calc time: %.3fs'%(time.time()-time0)1406 # print 'sf calc time: %.3fs'%(time.time()-time0) 1407 1407 time0 = time.time() 1408 1408 for iref,refl in enumerate(refDict['RefList']): … … 1444 1444 print 'TOF Undefined at present' 1445 1445 raise Exception #no TOF yet 1446 print 'profile calc time: %.3fs'%(time.time()-time0)1446 # print 'profile calc time: %.3fs'%(time.time()-time0) 1447 1447 return yc,yb 1448 1448 … … 1530 1530 time0 = time.time() 1531 1531 dFdvDict = StructureFactorDerv(refDict,G,hfx,pfx,SGData,calcControls,parmDict) 1532 print 'sf-derv time %.3fs'%(time.time()-time0)1532 # print 'sf-derv time %.3fs'%(time.time()-time0) 1533 1533 ApplyRBModelDervs(dFdvDict,parmDict,rigidbodyDict,Phase) 1534 1534 time0 = time.time() … … 1701 1701 if Ka2: 1702 1702 depDerivDict[name][iBeg2:iFin2] += dFdvDict[name][iref]*corr2 1703 print 'profile derv time: %.3fs'%(time.time()-time0)1703 # print 'profile derv time: %.3fs'%(time.time()-time0) 1704 1704 # now process derivatives in constraints 1705 1705 G2mv.Dict2Deriv(varylist,depDerivDict,dMdv)
Note: See TracChangeset
for help on using the changeset viewer.