Changeset 4353


Ignore:
Timestamp:
Mar 9, 2020 5:19:01 PM (4 years ago)
Author:
toby
Message:

fix bond distance monitor in sequential fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIexprGUI.py

    r4286 r4353  
    781781        bNames = ['',]
    782782        if neigh:
    783             bNames = [item[0]+' d=%.3f'%(item[1]) for item in neigh[0]]
     783            bNames = [item[0]+' d=%.3f'%(item[2]) for item in neigh[0]]
    784784        targAtom = wx.ComboBox(self.panel,value=self.Tatom,choices=bNames,
    785785            style=wx.CB_READONLY|wx.CB_DROPDOWN)
Note: See TracChangeset for help on using the changeset viewer.