Ignore:
Timestamp:
Mar 19, 2016, 5:10:54 PM (9 years ago)
Author:
ldelgass
Message:

minor cleanups

File:
1 edited

Legend:

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

    r6052 r6142  
    504504# USAGE: delete ?<dataobj1> <dataobj2> ...?
    505505#
    506 #       Clients use this to delete a dataobj from the plot.  If no dataobjs
    507 #       are specified, then all dataobjs are deleted.  No data objects are
    508 #       deleted.  They are only removed from the display list.
    509 #
     506# Clients use this to delete a dataobj from the plot.  If no dataobjs
     507# are specified, then all dataobjs are deleted.  No data objects are
     508# deleted.  They are only removed from the display list.
    510509# ----------------------------------------------------------------------
    511510itcl::body Rappture::VtkSurfaceViewer::delete {args} {
Note: See TracChangeset for help on using the changeset viewer.