- Timestamp:
- Dec 4, 2009 5:14:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/atomcons.tcl
- Property rcs:date changed from 2004/04/03 22:21:52 to 2008/04/15 17:10:13
- Property rcs:lines changed from +22 -4 to +7 -1
- Property rcs:rev changed from 1.13 to 1.14
r777 r906 314 314 foreach num [lsort -decreasing -integer $dellist] { 315 315 constrinfo atom delete $num 316 RecordMacroEntry "constrinfo atom delete $num" 0 316 317 incr expgui(changed) 317 318 } 319 RecordMacroEntry "incr expgui(changed)" 0 318 320 DisplayAtomConstraints $mode 319 321 } … … 805 807 if {$num == "new"} { 806 808 constrinfo atom add {} $clist 809 RecordMacroEntry "constrinfo atom add {} [list $clist]" 0 807 810 } elseif {$clist != ""} { 808 811 constrinfo atom set $num $clist 812 RecordMacroEntry "constrinfo atom set $num [list $clist]" 0 809 813 } else { 810 814 constrinfo atom delete $num 815 RecordMacroEntry "constrinfo atom delete $num" 0 811 816 } 812 817 incr expgui(changed) 818 RecordMacroEntry "incr expgui(changed)" 0 813 819 } 814 820 destroy $top
Note: See TracChangeset
for help on using the changeset viewer.