Ignore:
Timestamp:
Jul 21, 2015, 11:46:27 AM (9 years ago)
Author:
ldelgass
Message:

Code style

File:
1 edited

Legend:

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

    r5767 r5768  
    143143    private variable _isolines
    144144    private variable _contourList ""
    145 
    146     private common _downloadPopup;      # download options from popup
    147     private common _hardcopy
    148145    private variable _width 0
    149146    private variable _height 0
     
    157154    private variable _curFldLabel ""
    158155    private variable _colorMode "scalar";#  Mode of colormap (vmag or scalar)
     156
     157    private common _downloadPopup;      # download options from popup
     158    private common _hardcopy
    159159}
    160160
Note: See TracChangeset for help on using the changeset viewer.