Changeset 2232 for trunk/GSASIIlattice.py
- Timestamp:
- Apr 29, 2016 1:45:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r2228 r2232 243 243 invTrans = nl.inv(Trans) 244 244 newAtoms = FillUnitCell(oldPhase) 245 Unit = [int(max(unit))-1for unit in Trans]245 Unit =[abs(int(max(unit))-1) for unit in Trans] 246 246 for i,unit in enumerate(Unit): 247 247 if unit > 0:
Note: See TracChangeset
for help on using the changeset viewer.