- Timestamp:
- Oct 17, 2015, 5:11:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/gui/scripts/vtkheightmapviewer.tcl
r5850 r5913 626 626 } 627 627 foreach axis { x y } { 628 set units [$dataobj hints ${axis}units] 629 set found($units) 1 628 630 set lim [$dataobj limits $axis] 629 631 if { ![info exists _limits($axis)] } { … … 640 642 } 641 643 set _limits($axis) [list $amin $amax] 642 set units [$dataobj hints ${axis}units]643 set found($units) 1644 644 } 645 645 foreach { fname lim } [$dataobj fieldlimits] {
Note: See TracChangeset
for help on using the changeset viewer.