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/vtkviewer-test

    r3177 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
     
    287282
    288283# ----------------------------------------------------------------------
    289 # USAGE: activate_flow
    290 #
    291 # ----------------------------------------------------------------------
    292 proc activate_flow {} {
    293     global widgets
    294     # global img_storage_dir
    295     # "flow capture 117 $img_storage_dir"
    296 
    297     set info {flow vectorid 0
    298               flow particle visible on
    299               flow lic on
    300               flow capture 100}
    301 
    302     $widgets(command) insert 0 $info
    303     send_command
    304 
    305 }
    306 
    307 # ----------------------------------------------------------------------
    308284# TOPLEVEL FOR IMAGES
    309285# ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.