Ignore:
Timestamp:
Apr 5, 2015, 10:48:26 PM (10 years ago)
Author:
mmh
Message:

fix job count for UQ dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/gui/scripts/probdisteditor.tcl

    r5189 r5192  
    200200# ----------------------------------------------------------------------
    201201itcl::body Rappture::ProbDistEditor::value {{newval ""}} {
    202     puts "PDE::value $newval"
     202    # puts "PDE::value $newval"
    203203
    204204    #FIXME: _value has numerical values _uvalue has value with units
     
    286286# ----------------------------------------------------------------------
    287287itcl::body Rappture::ProbDistEditor::mode {{newval ""}} {
    288     puts "PDE::mode mode=$newval min=$_umin max=$_umax units=$_units"
     288    # puts "PDE::mode mode=$newval min=$_umin max=$_umax units=$_units"
    289289
    290290    set modes {exact uniform gaussian custom}
     
    606606# ----------------------------------------------------------------------
    607607itcl::body Rappture::ProbDistEditor::_apply {op {widget ""}} {
    608     puts "PDE::_apply $op $widget"
     608    #puts "PDE::_apply $op $widget"
    609609    if {$op != "bindings"} {
    610610        # need this for value/finalize
Note: See TracChangeset for help on using the changeset viewer.