Changeset 3020 for trunk/gui/scripts


Ignore:
Timestamp:
May 30, 2012, 2:19:41 PM (12 years ago)
Author:
ldelgass
Message:

Fix scope of 'global env' in sequence result.

File:
1 edited

Legend:

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

    r3019 r3020  
    476476                switch -- $dimensions {
    477477                    2D {
     478                        global env
    478479                        if { [$dataobj isunirect2d] } {
    479                             global env
    480480                            if { [$dataobj hints type] == "contour" } {
    481481                                set mode "vtkcontour"
Note: See TracChangeset for help on using the changeset viewer.