Changeset 4864 for trunk


Ignore:
Timestamp:
Mar 24, 2021 11:58:10 AM (2 years ago)
Author:
vondreele
Message:

proper fix to bond restraint bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r4863 r4864  
    276276                for Tid,Ttype,Tcoord in targAtoms:
    277277                    if 'macro' in General['Type']:
    278                         result = [[Tcoord,1,[0,0,0]],[]]
     278                        result = [Tcoord,1,[0,0,0],[]]
    279279                    else:
    280280                        result = G2spc.GenAtom(Tcoord,SGData,False,Move=False)
Note: See TracChangeset for help on using the changeset viewer.