Changeset 1970 for trunk/GSASIIstrMath.py
- Timestamp:
- Sep 2, 2015 4:01:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1966 r1970 1044 1044 fa = np.array([(FF+FP-Bab)*cosp*Tcorr,-FPP*sinp*Tcorr]) #2 x sym x atoms 1045 1045 fb = np.array([(FF+FP-Bab)*sinp*Tcorr,FPP*cosp*Tcorr]) 1046 # GSASIIpath.IPyBreak() 1046 1047 fa *= GfpuA 1047 1048 fb *= GfpuA … … 1055 1056 if not iref%nref: print 'ref no. %d time %.4f\r'%(iref,time.time()-time0), 1056 1057 print '\nref no. %d time %.4f\r'%(iref,time.time()-time0) 1057 # GSASIIpath.IPyBreak()1058 1058 1059 1059 def SStructureFactorDerv(refDict,im,G,hfx,pfx,SGData,SSGData,calcControls,parmDict):
Note: See TracChangeset
for help on using the changeset viewer.