Changeset 4426


Ignore:
Timestamp:
May 20, 2020 8:36:33 AM (4 years ago)
Author:
vondreele
Message:

fix bug in bond restraint import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r4076 r4426  
    333333                            tDis.append(names[2][3])
    334334                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:]:
    336336                        if odis+tdis in ['AB','BA']:
    337337                            continue
Note: See TracChangeset for help on using the changeset viewer.