Changeset 389


Ignore:
Timestamp:
Dec 4, 2009 5:05:21 PM (14 years ago)
Author:
toby
Message:

# on 2001/05/11 16:17:36, toby did:
Change max constrained atoms to 500

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  
    646646            }
    647647        }
    648         # maximum number of parameters in a constraint is 100
    649         if {[llength $clist] > 100} {
     648        # maximum number of parameters in a constraint is 500
     649        if {[llength $clist] > 500} {
    650650            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." \
    652652                    -parent [winfo toplevel $expcons(atommaster)] \
    653653                    -helplink "expgui6.html AtomConstraintsMax" \
Note: See TracChangeset for help on using the changeset viewer.