Changeset 1841 for trunk/GSASIIstrMain.py
- Timestamp:
- May 7, 2015 4:20:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r1835 r1841 259 259 rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]}) 260 260 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) 262 262 for item in phaseVary: 263 263 if '::A0' in item:
Note: See TracChangeset
for help on using the changeset viewer.