Changeset 2941


Ignore:
Timestamp:
Apr 4, 2012 4:05:24 PM (12 years ago)
Author:
ldelgass
Message:

Comment out another debug string

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r2938 r2941  
    269269
    270270        set type [[tool] xml element -as type $path]
    271  puts stderr type=$type
     271        #puts stderr type=$type
    272272        if {[info exists _type2curpath($type)]} {
    273273            set currentpath $path.$_type2curpath($type)
  • trunk/gui/scripts/resultviewer.tcl

    r2855 r2941  
    297297                            "points-on-mesh" {
    298298                                set mesh [$dataobj mesh]
    299                                 set fmt [expr {("" != $mesh) ? "vtk" : "nanovis"}] 
    300                                 set extents [$dataobj extents] 
     299                                set fmt [expr {("" != $mesh) ? "vtk" : "nanovis"}]
     300                                set extents [$dataobj extents]
    301301                                if { $extents > 1 } {
    302                                     set fmt "flowvis" 
     302                                    set fmt "flowvis"
    303303                                }
    304304                            }
Note: See TracChangeset for help on using the changeset viewer.