Changeset 1610
- Timestamp:
- Dec 16, 2014 9:46:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1609 r1610 3983 3983 RigidBodies.DestroyChildren() 3984 3984 general = data['General'] 3985 cx,ct,cs,cia = general Data['AtomPtrs']3985 cx,ct,cs,cia = general['AtomPtrs'] 3986 3986 AtLookUp = G2mth.FillAtomLookUp(data['Atoms'],cia+8) 3987 3987 Amat,Bmat = G2lat.cell2AB(general['Cell'][1:7]) … … 4354 4354 RBIds = dict(zip(RBNames,rbKeys)) 4355 4355 general = data['General'] 4356 cx,ct,cs,cia = general Data['AtomPtrs']4356 cx,ct,cs,cia = general['AtomPtrs'] 4357 4357 Amat,Bmat = G2lat.cell2AB(general['Cell'][1:7]) 4358 4358 Atoms = data['Atoms']
Note: See TracChangeset
for help on using the changeset viewer.