Changeset 5274


Ignore:
Timestamp:
Apr 17, 2015 11:33:20 PM (9 years ago)
Author:
ldelgass
Message:

sync with 1.3 branch

File:
1 edited

Legend:

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

    r5270 r5274  
    146146    private variable _isomarkers       ;# array of isosurface level values 0..1
    147147    private common   _settings
    148     private variable _activeTf ""      ;# The currently active transfer function.
     148    private variable _activeTf ""      ;# The currently active transfer function
    149149    private variable _first ""         ;# This is the topmost volume.
    150150    private variable _volcomponents    ;# Array of components found
     
    20482048    set _limits(v) [list 0.0 1.0]
    20492049    if { ![info exists _style2datasets($cname)] } {
    2050         puts stderr "no _style2datasets for $cname cname=($cname)"
     2050        puts stderr "no _style2datasets for cname=($cname)"
    20512051        return [array get _limits]
    20522052    }
     
    20542054    foreach tag [GetDatasetsWithComponent $cname] {
    20552055        if { ![info exists _serverDatasets($tag)] } {
    2056             puts stderr "$tag not in serverObjs?"
     2056            puts stderr "$tag not in _serverDatasets?"
    20572057            continue
    20582058        }
Note: See TracChangeset for help on using the changeset viewer.