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/energyLevels.tcl

    r3330 r3799  
    274274        -param ""
    275275    }
    276     foreach {opt val} $settings {
    277         if {![info exists params($opt)]} {
    278             error "bad setting \"$opt\": should be [join [lsort [array names params]] {, }]"
    279         }
    280         set params($opt) $val
    281     }
     276    array set params $settings
    282277
    283278    # convert -linestyle to BLT -dashes
Note: See TracChangeset for help on using the changeset viewer.