Changeset 2728
- Timestamp:
- Feb 28, 2017 9:28:54 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r2727 r2728 187 187 Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,MFtables,maxSSwave = \ 188 188 GetPhaseData(Phases,RestraintDict=None,rbIds=rbIds,Print=False) # generates atom symmetry constraints 189 hapVary,hapDict,controlDict = GetHistogramPhaseData(Phases,Histograms,Print=False,resetRefList= False)189 hapVary,hapDict,controlDict = GetHistogramPhaseData(Phases,Histograms,Print=False,resetRefList=True) 190 190 histVary,histDict,controlDict = GetHistogramData(Histograms,Print=False) 191 191 varyList = rbVary+phaseVary+hapVary+histVary -
trunk/GSASIIstrMath.py
r2727 r2728 3079 3079 GA,GB = G2lat.Gmat2AB(G) #Orthogonalization matricies 3080 3080 Vst = np.sqrt(nl.det(G)) #V* 3081 if not Phase['General'].get('doPawley') and not parmDict[phfx+'LeBail'] and len(refDict['FF']):3081 if not Phase['General'].get('doPawley'): # and not parmDict[phfx+'LeBail'] and len(refDict['FF']): 3082 3082 if im: 3083 3083 SStructureFactor(refDict,G,hfx,pfx,SGData,SSGData,calcControls,parmDict) … … 3254 3254 G,g = G2lat.A2Gmat(A) #recip & real metric tensors 3255 3255 GA,GB = G2lat.Gmat2AB(G) #Orthogonalization matricies 3256 if not Phase['General'].get('doPawley') and not parmDict[phfx+'LeBail'] and len(refDict['FF']):3256 if not Phase['General'].get('doPawley'): # and not parmDict[phfx+'LeBail'] and len(refDict['FF']): 3257 3257 if im: 3258 3258 dFdvDict = SStructureFactorDerv(refDict,im,G,hfx,pfx,SGData,SSGData,calcControls,parmDict)
Note: See TracChangeset
for help on using the changeset viewer.