Ignore:
Timestamp:
Jan 30, 2014, 11:01:59 PM (11 years ago)
Author:
ldelgass
Message:

Fix nanovis test script environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/nanovis-test

    r3177 r4162  
    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
     
    348343.mbar add cascade -label "Flow" -underline 0 -menu .mbar.flow
    349344
    350 
    351 
    352345. configure -menu .mbar
    353 
    354346
    355347Rappture::Panes .main -sashwidth 4 -sashrelief raised -sashpadding 4 \
     
    362354pack $f.viewer -expand yes -fill both
    363355set widgets(nanovis) $f.viewer
    364 
    365 puts stderr [winfo class $widgets(nanovis)]
    366356
    367357$f.viewer configure \
Note: See TracChangeset for help on using the changeset viewer.