Changeset 554


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

# on 2002/01/24 15:34:43, toby did:
bug fix: update plot after "Apply" with change in absorption coeff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/widplt

    • Property rcs:date changed from 2002/01/22 22:45:19 to 2002/01/24 15:34:43
    • Property rcs:lines changed from +622 -311 to +2 -1
    • Property rcs:rev changed from 1.9 to 1.10
    r540 r554  
    379379
    380380proc SaveAbsorptionEdits {key} {
    381     global ABS newmenu
     381    global ABS newmenu box
    382382    set ABS($key) [list \
    383383            $newmenu(1) $newmenu(2) $newmenu(opt) \
     
    385385            $newmenu(label) \
    386386            [lindex $ABS($key) 5]]
     387    plotdata $box
    387388}
    388389
Note: See TracChangeset for help on using the changeset viewer.