Changeset 4456
- Timestamp:
- Jun 1, 2020 8:13:23 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r4455 r4456 3299 3299 inv = 1 3300 3300 if SGData['SGGray'] and Ncen > 1: Ncen //= 2 3301 Xeqv = list(GenAtom( XYZ,SGData,True))3301 Xeqv = list(GenAtom(np.array(XYZ)%1.,SGData,True)) 3302 3302 # for xeqv in Xeqv: print(xeqv) 3303 3303 IRT = PackRot(SGData['SGOps']) -
trunk/GSASIIstrMain.py
r4451 r4456 677 677 Vect.append([0.,0.,0.]) 678 678 VectA.append([]) 679 680 679 if dlg is not None: 680 dlg.Update(iO,newmsg='Atoms done=%d'%(iO)) 681 681 for D in Dist: 682 682 DistArray[Oatom[0]].append(D[1:])
Note: See TracChangeset
for help on using the changeset viewer.