Ignore:
Timestamp:
Jul 10, 2013, 1:19:25 PM (11 years ago)
Author:
ldelgass
Message:

Some minor cleanups

File:
1 edited

Legend:

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

    r3733 r3768  
    8888    private method BuildDownloadPopup { widget command }
    8989    private method Combo { option }
    90     private method ConvertToVtkData { dataobj comp }
    9190    private method DrawLegend {}
    9291    private method EnterLegend { x y }
     
    389388
    390389    set _image(download) [image create photo]
    391     puts stderr "args=$args"
    392390    eval itk_initialize $args
    393391    Connect
     
    21722170        foreach comp [$dataobj components] {
    21732171            set tag $dataobj-$comp
    2174             #set contents [ConvertToVtkData $dataobj $comp]
    21752172            set contents [$dataobj vtkdata $comp]
    2176             append bytes "$contents\n\n"
     2173            append bytes "$contents\n"
    21772174        }
    21782175    }
Note: See TracChangeset for help on using the changeset viewer.