Changeset 638 for trunk/gui/scripts


Ignore:
Timestamp:
Mar 21, 2007 3:19:21 PM (17 years ago)
Author:
mmc
Message:

Fixed the bug for scaling of values in 2D contour plots. It was getting
stuck and scaling all values as 0-1, but now works properly.

File:
1 edited

Legend:

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

    r519 r638  
    250250            }
    251251            2D - 3D {
    252                 if {[info exists _comp2vkt($comp)]} {
     252                if {[info exists _comp2vtk($comp)]} {
    253253                    foreach {xv yv} $_comp2vtk($comp) break
    254254                    switch -- $which {
Note: See TracChangeset for help on using the changeset viewer.