Ignore:
Timestamp:
Mar 15, 2016, 2:56:40 PM (9 years ago)
Author:
ldelgass
Message:

Merge r6052:6053,r6066:6069,r6080 from trunk

Location:
branches/1.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5

  • branches/1.5/gui/scripts/vtksurfaceviewer.tcl

    r6046 r6127  
    3939    itk_option define -plotbackground plotBackground Background ""
    4040
    41     constructor { hostlist args } {
    42         Rappture::VisViewer::constructor $hostlist
     41    constructor { args } {
     42        Rappture::VisViewer::constructor
    4343    } {
    4444        # defined below
     
    157157# CONSTRUCTOR
    158158# ----------------------------------------------------------------------
    159 itcl::body Rappture::VtkSurfaceViewer::constructor {hostlist args} {
     159itcl::body Rappture::VtkSurfaceViewer::constructor {args} {
    160160    set _serverType "vtkvis"
    161161
Note: See TracChangeset for help on using the changeset viewer.