Changeset 5100


Ignore:
Timestamp:
Mar 8, 2015, 3:22:50 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

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

    r5099 r5100  
    134134    private variable _serverObjs   ;# maps dataobj-component to volume ID
    135135                                    # in the server
    136     private variable _recvObjs  ;   # list of data objs to send to server
     136    private variable _recvObjs     ;# list of data objs to send to server
    137137    private variable _obj2style    ;# maps dataobj-component to transfunc
    138138    private variable _style2objs   ;# maps tf back to list of
     
    148148    private variable _activeTf ""  ;# The currently active transfer function.
    149149    private variable _first ""     ;# This is the topmost volume.
    150     private variable _volcomponents   ; # Array of components found
    151     private variable _componentsList  ; # Array of components found
     150    private variable _volcomponents   ;# Array of components found
     151    private variable _componentsList  ;# Array of components found
    152152    private variable _nextToken 0
    153153    private variable _icon 0
Note: See TracChangeset for help on using the changeset viewer.