Ignore:
Timestamp:
May 7, 2015 4:20:21 PM (8 years ago)
Author:
vondreele
Message:

small fix in ExportCells?
seqRefine now ignores phase texture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r1835 r1841  
    259259    rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]})
    260260    rbVary,rbDict = G2stIO.GetRigidBodyModels(rigidbodyDict,pFile=printFile)
    261     Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,maxSSwave = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,False,printFile)
     261    Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,maxSSwave = G2stIO.GetPhaseData(Phases,restraintDict,rbIds,False,printFile,seqRef=True)
    262262    for item in phaseVary:
    263263        if '::A0' in item:
Note: See TracChangeset for help on using the changeset viewer.