Ignore:
Timestamp:
Oct 18, 2010, 11:59:55 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/resultviewer.tcl

    r1917 r1923  
    215215                set _mode2widget($mode) $w
    216216            }
    217         }
     217        }
    218218        ::Rappture::Drawing3d {
    219219            set mode "vtkviewer"
     
    223223                set _mode2widget($mode) $w
    224224            }
    225         }
     225        }
    226226        ::Rappture::Histogram {
    227227            set mode "histogram"
     
    451451            return [Rappture::Curve ::#auto $xmlobj $path]
    452452        }
    453         datatable {
     453        datatable {
    454454            return [Rappture::DataTable ::#auto $xmlobj $path]
    455455        }
     
    481481            return [$xmlobj element -as object $path]
    482482        }
    483         drawing3d {
     483        drawing3d {
    484484            return [Rappture::Drawing3d ::#auto $xmlobj $path]
    485485        }
Note: See TracChangeset for help on using the changeset viewer.