Changeset 4493


Ignore:
Timestamp:
Jul 13, 2014, 8:56:04 PM (10 years ago)
Author:
ldelgass
Message:

comment fixes

Location:
trunk/gui/scripts
Files:
3 edited

Legend:

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

    r4416 r4493  
    11# -*- mode: tcl; indent-tabs-mode: nil -*-
    2 
    32# ----------------------------------------------------------------------
    43#  COMPONENT: drawing - 3D drawing of data
  • trunk/gui/scripts/field.tcl

    r4489 r4493  
    322322    }
    323323    if {[info exists _comp2dx($cname)]} {
    324         return ""  ;# no mesh -- it's embedded in the value data
     324        return ""  ;# no mesh -- it's embedded in the blob data
    325325    }
    326326    if {[info exists _comp2mesh($cname)]} {
     
    393393    }
    394394    if {[info exists _comp2dx($cname)]} {
    395         return $_comp2dx($cname)
     395        return $_comp2dx($cname)  ;# return gzipped, base64-encoded DX data
    396396    }
    397397    if {[info exists _comp2unirect2d($cname)]} {
  • trunk/gui/scripts/flowvisviewer.tcl

    r4404 r4493  
    739739        -color BCGYR
    740740        -levels 6
     741        -markers ""
    741742        -opacity 1.0
    742         -markers ""
    743743    }
    744744    array unset _limits
     
    17601760        -color BCGYR
    17611761        -levels 6
     1762        -light 40
    17621763        -opacity 1.0
    1763         -light 40
    17641764        -transp 50
    17651765    }
Note: See TracChangeset for help on using the changeset viewer.