Ignore:
Timestamp:
May 4, 2018 5:57:13 PM (5 years ago)
Author:
toby
Message:

constraint fixes: implement wild-card equivalences, fix use of all for phase selection in atom vars; prevent use of Edit Constr menu items for sym-generated equivalences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3367 r3371  
    42714271            G2mv.GenerateConstraints(groups,parmlist,varyList,constrDict,fixedList,parmValDict)
    42724272            G2mv.Map2Dict(parmValDict,varyList)
    4273         except:
     4273        except G2mv.ConstraintException:
    42744274            pass
    42754275        wx.EndBusyCursor()
Note: See TracChangeset for help on using the changeset viewer.