Ignore:
Timestamp:
Apr 25, 2015, 11:24:13 AM (9 years ago)
Author:
mmh
Message:

fix ScreenSize? bug and support multiple UQ runs with different UQ params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/lang/tcl/scripts/library.tcl

    r5199 r5315  
    696696    set otherv [Rappture::entities $libobj input]
    697697
     698    # add UQ checking
     699    lappend thisv uq.type uq.args
     700    lappend otherv uq.type uq.args
     701
    698702    # scan through values for this object, and compare against other one
    699703    foreach path $thisv {
     
    717721        lappend rlist + $path "" $oraw
    718722    }
     723
    719724    return $rlist
    720725}
Note: See TracChangeset for help on using the changeset viewer.