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

add -simulation to plotadd calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r3731 r3799  
    561561    set params(-description) ""
    562562    set params(-param) ""
    563     foreach {opt val} $settings {
    564         if {![info exists params($opt)]} {
    565             error "bad setting \"$opt\": should be [join [lsort [array names params]] {, }]"
    566         }
    567         set params($opt) $val
    568     }
     563    array set params $settings
     564
    569565    if {$params(-color) == "auto" || $params(-color) == "autoreset"} {
    570566        # can't handle -autocolors yet
Note: See TracChangeset for help on using the changeset viewer.