Ignore:
Timestamp:
Jun 23, 2014, 12:46:31 AM (10 years ago)
Author:
ldelgass
Message:

Merge test app fixes from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/apps/vtkheightmap-test

    r3805 r4413  
    1919#\
    2020bindir=`dirname $0` ; \
     21. $bindir/rappture.env ; \
    2122exec $bindir/wish "$0" "$@"
    2223# ----------------------------------------------------------------------
    2324# wish executes everything from here on...
    24 
    25 set installdir [file root $argv0]
    26 set libdir [file join $installdir "lib"]
    27 
    28 lappend auto_path $libdir $libdir/vtk $libdir/vtk/tcl
    29 
    3025package require Itcl
    3126package require Rappture
     
    247242
    248243# ----------------------------------------------------------------------
    249 # USAGE: activate_flow
    250 #
    251 # ----------------------------------------------------------------------
    252 proc activate_flow {} {
    253     global widgets
    254     # global img_storage_dir
    255     # "flow capture 117 $img_storage_dir"
    256 
    257     set info {flow vectorid 0
    258               flow particle visible on
    259               flow lic on
    260               flow capture 100}
    261 
    262     $widgets(command) insert 0 $info
    263     send_command
    264 
    265 }
    266 
    267 # ----------------------------------------------------------------------
    268244# TOPLEVEL FOR IMAGES
    269245# ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.