Changeset 4426
- Timestamp:
- May 20, 2020 8:36:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r4076 r4426 333 333 tDis.append(names[2][3]) 334 334 for i,[oId,oCoord,odis] in enumerate(zip(oIds,oCoords,oDis)): 335 for tId,tCoord,tdis in zip(tIds,tCoords,tDis)[i:]:335 for tId,tCoord,tdis in list(zip(tIds,tCoords,tDis))[i:]: 336 336 if odis+tdis in ['AB','BA']: 337 337 continue
Note: See TracChangeset
for help on using the changeset viewer.