Changeset 2233 for trunk/GSASIIlattice.py
- Timestamp:
- Apr 30, 2016 8:37:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r2232 r2233 252 252 newAtoms += moreAtoms 253 253 for atom in newAtoms: 254 atom[cx:cx+3] = TransformXYZ(atom[cx:cx+3],invTrans.T,Vec) 254 atom[cx:cx+3] = TransformXYZ(atom[cx:cx+3],invTrans.T,Vec)%1. 255 255 if atom[cia] == 'A': 256 256 atom[cia+2:cia+8] = TransformU6(atom[cia+2:cia+8],invTrans)
Note: See TracChangeset
for help on using the changeset viewer.