Changeset 2079 for trunk/gui


Ignore:
Timestamp:
Feb 2, 2011 1:01:51 PM (13 years ago)
Author:
mmc
Message:

Misc fixes that have been pending in my local directory for a while.
Added "usage mark" and "usage measure" options to the usage command,
for better handling of simulation times.

File:
1 edited

Legend:

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

    r2078 r2079  
    351351itcl::body Rappture::Tool::_output {data} {
    352352    if {[string length $_outputcb] > 0} {
    353         uplevel #0 [list $_outputcb $data]
    354     }
    355 }
     353        uplevel #0 $_outputcb [list $data]
     354    }
     355}
Note: See TracChangeset for help on using the changeset viewer.