Changeset 389
- Timestamp:
- Dec 4, 2009 5:05:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/atomcons.tcl
- Property rcs:date changed from 2000/11/27 21:05:56 to 2001/05/11 16:17:36
- Property rcs:lines changed from +28 -5 to +4 -4
- Property rcs:rev changed from 1.9 to 1.10
r355 r389 646 646 } 647 647 } 648 # maximum number of parameters in a constraint is 100649 if {[llength $clist] > 100} {648 # maximum number of parameters in a constraint is 500 649 if {[llength $clist] > 500} { 650 650 MyMessageBox -message \ 651 "There are [llength $clist] parameters in this constraint, but only 100 are allowed in an atom constraint." \651 "There are [llength $clist] parameters in this constraint, but only 500 are allowed in an atom constraint." \ 652 652 -parent [winfo toplevel $expcons(atommaster)] \ 653 653 -helplink "expgui6.html AtomConstraintsMax" \
Note: See TracChangeset
for help on using the changeset viewer.