Changeset 198
- Timestamp:
- Dec 4, 2009 5:02:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/atomcons.tcl
- Property rcs:date changed from 2000/06/01 02:47:26 to 2000/06/09 03:44:35
- Property rcs:rev changed from 1.4 to 1.5
r180 r198 68 68 catch {unset varlist} 69 69 while {[set clist [constrinfo atom get [incr i]]] != -1} { 70 set clist [lsort -in teger -index 1 $clist]70 set clist [lsort -index 1 $clist] 71 71 if {$expcons(sortmode) == "num"} { 72 72 set sortvar $i
Note: See TracChangeset
for help on using the changeset viewer.