Changeset 6259


Ignore:
Timestamp:
Apr 11, 2016, 10:25:04 PM (9 years ago)
Author:
ldelgass
Message:

fix comment

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r6235 r6259  
    951951
    952952    set _first ""
    953     # Start off with no datasets are visible.
     953    # Start off with no datasets visible.
    954954    SendCmd "dataset visible 0"
    955955    set scale [GetHeightmapScale]
  • trunk/gui/scripts/vtkimageviewer.tcl

    r6235 r6259  
    930930
    931931    set _first ""
    932     # Start off with no datasets are visible.
     932    # Start off with no datasets visible.
    933933    SendCmd "dataset visible 0"
    934934    foreach dataobj [get -objects] {
Note: See TracChangeset for help on using the changeset viewer.