Changeset 4175 for trunk/GSASIIlattice.py
- Timestamp:
- Oct 10, 2019 9:57:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r3888 r4175 344 344 newPhase['Draw Atoms'] = [] 345 345 for atom in newAtoms: 346 atom[cx:cx+3] = TransformXYZ(atom[cx:cx+3]+Uvec,invTrans.T,Vvec)%1. 346 xyz = TransformXYZ(atom[cx:cx+3]+Uvec,invTrans.T,Vvec)%1. 347 atom[cx:cx+3] = np.around(xyz,6)%1. 347 348 if atom[cia] == 'A': 348 349 atom[cia+2:cia+8] = TransformU6(atom[cia+2:cia+8],Trans)
Note: See TracChangeset
for help on using the changeset viewer.