Changeset 1101
- Timestamp:
- Oct 12, 2013 9:21:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1097 r1101 1304 1304 time0 = time.time() 1305 1305 StructureFactor(refList,G,hfx,pfx,SGData,calcControls,parmDict) 1306 #print 'sf calc time: %.3fs'%(time.time()-time0)1306 print 'sf calc time: %.3fs'%(time.time()-time0) 1307 1307 time0 = time.time() 1308 1308 for refl in refList: … … 1343 1343 print 'TOF Undefined at present' 1344 1344 raise Exception #no TOF yet 1345 #print 'profile calc time: %.3fs'%(time.time()-time0)1345 print 'profile calc time: %.3fs'%(time.time()-time0) 1346 1346 return yc,yb 1347 1347 … … 1428 1428 time0 = time.time() 1429 1429 dFdvDict = StructureFactorDerv(refList,G,hfx,pfx,SGData,calcControls,parmDict) 1430 #print 'sf-derv time %.3fs'%(time.time()-time0)1430 print 'sf-derv time %.3fs'%(time.time()-time0) 1431 1431 ApplyRBModelDervs(dFdvDict,parmDict,rigidbodyDict,Phase) 1432 1432 time0 = time.time() … … 1592 1592 if Ka2: 1593 1593 depDerivDict[name][iBeg2:iFin2] += dFdvDict[name][iref]*corr2 1594 #print 'profile derv time: %.3fs'%(time.time()-time0)1594 print 'profile derv time: %.3fs'%(time.time()-time0) 1595 1595 # now process derivatives in constraints 1596 1596 G2mv.Dict2Deriv(varylist,depDerivDict,dMdv)
Note: See TracChangeset
for help on using the changeset viewer.