Changeset 3318 for trunk/GSASIIrestrGUI.py
- Timestamp:
- Mar 18, 2018 12:21:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r3243 r3318 231 231 else: 232 232 result = G2spc.GenAtom(Tcoord,SGData,False,Move=False) 233 for Txyz,Top,Tunit in result:233 for Txyz,Top,Tunit,Spn in result: 234 234 Dx = (Txyz-np.array(Ocoord))+Units 235 235 dx = np.inner(Amat,Dx) … … 393 393 BsumR = (Radii[Otype][0]+Radii[Ttype][0])*Factor 394 394 AsumR = (Radii[Otype][1]+Radii[Ttype][1])*Factor 395 for Txyz,Top,Tunit in result:395 for Txyz,Top,Tunit,Spn in result: 396 396 Dx = (Txyz-Ocoord)+Units 397 397 dx = np.inner(Amat,Dx)
Note: See TracChangeset
for help on using the changeset viewer.