Ignore:
Timestamp:
Jul 15, 2013, 9:29:39 AM (11 years ago)
Author:
gah
Message:

add -simulation to plotadd calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/sequenceresult.tcl

    r3666 r3800  
    212212        -param ""
    213213    }
    214     foreach {opt val} $settings {
    215         if {![info exists params($opt)]} {
    216             error "bad setting \"$opt\": should be [join [lsort [array names params]] {, }]"
    217         }
    218         set params($opt) $val
    219     }
     214    array set params $settings
    220215
    221216    if {$params(-raise) && "" == $_topmost} {
Note: See TracChangeset for help on using the changeset viewer.