Changeset 3491 for trunk


Ignore:
Timestamp:
Mar 11, 2013 9:21:27 PM (11 years ago)
Author:
ldelgass
Message:

Field script requires VTK

File:
1 edited

Legend:

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

    r3481 r3491  
    149149# ----------------------------------------------------------------------
    150150itcl::body Rappture::Field::constructor {xmlobj path} {
     151    package require vtk
    151152    if {![Rappture::library isvalid $xmlobj]} {
    152153        error "bad value \"$xmlobj\": should be Rappture::library"
Note: See TracChangeset for help on using the changeset viewer.