Ignore:
Timestamp:
May 23, 2011, 3:14:05 PM (13 years ago)
Author:
gah
Message:

temporary: don't use

File:
1 edited

Legend:

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

    r2249 r2257  
    15621562
    15631563itcl::body Rappture::VtkViewer2::IsValidObject { dataobj } {
    1564     if {[catch {$dataobj isa Rappture::Drawing3d} valid] != 0 || !$valid} {
     1564    if {[catch {$dataobj isa Rappture::Drawing2} valid] != 0 || !$valid} {
    15651565        return 0
    15661566    }
Note: See TracChangeset for help on using the changeset viewer.