Changeset 4248 for trunk/GSASIIlattice.py
- Timestamp:
- Jan 11, 2020 2:38:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIlattice.py ¶
r4213 r4248 32 32 from __future__ import division, print_function 33 33 import math 34 import time 34 35 import copy 35 36 import sys … … 316 317 317 318 ''' 318 319 319 cx,ct,cs,cia = oldPhase['General']['AtomPtrs'] 320 320 cm = 0 … … 358 358 atom[cm:cm+3] = mom*mag 359 359 newPhase['Atoms'] = newAtoms 360 newPhase['Atoms'],atCodes = GetUnique(newPhase,atCodes) 360 if SGData['SpGrp'] != 'P 1': 361 newPhase['Atoms'],atCodes = GetUnique(newPhase,atCodes) 361 362 newPhase['Drawing'] = [] 362 363 newPhase['ranId'] = ran.randint(0,sys.maxsize)
Note: See TracChangeset
for help on using the changeset viewer.