Changeset 3467
- Timestamp:
- Jul 12, 2018 10:24:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r3462 r3467 1002 1002 Id,name = Indx[Obj.GetId()] 1003 1003 del data[name][Id] 1004 allcons = [] 1005 for key in data: 1006 if key.startswith('_'): continue 1007 allcons += data[key] 1008 if not len(allcons): return 1009 errmsg,warnmsg = CheckConstraints(allcons) 1004 1010 wx.CallAfter(OnPageChanged,None) 1005 1011
Note: See TracChangeset
for help on using the changeset viewer.