Changeset 1956 for trunk/GSASIImath.py
- Timestamp:
- Aug 12, 2015 1:30:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r1954 r1956 994 994 drawAtoms = drawingData['Atoms'] 995 995 for atom in atoms: 996 atxyz = np.array(atom[cx:cx+3])996 atxyz = G2spc.MoveToUnitCell(np.array(atom[cx:cx+3]))[0] 997 997 atuij = np.array(atom[cia+2:cia+8]) 998 998 waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset
for help on using the changeset viewer.