Ignore:
Timestamp:
May 22, 2018 3:51:10 PM (5 years ago)
Author:
vondreele
Message:

set refList=False for a couple of calls to GetHistogramPhaseData? where reflection list shouldn't be rebuilt
fix OnDrawDist? to report Sym Ops correctly
Move atom labels over 4 spaces to be clear of atom ball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3394 r3396  
    42404240        rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]})
    42414241        Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtable,BLtable,MFtable,maxSSwave = G2stIO.GetPhaseData(Phases,RestraintDict=None,rbIds=rbIds,Print=False)       
    4242         hapVary,hapDict,controlDict = G2stIO.GetHistogramPhaseData(Phases,histDict,Print=False)
     4242        hapVary,hapDict,controlDict = G2stIO.GetHistogramPhaseData(Phases,histDict,Print=False,resetRefList=False)
    42434243        histVary,histDict,controlDict = G2stIO.GetHistogramData(histDict,Print=False)
    42444244        varyList = rbVary+phaseVary+hapVary+histVary
Note: See TracChangeset for help on using the changeset viewer.