Changeset 5090 for trunk


Ignore:
Timestamp:
Mar 8, 2015 12:20:20 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

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

    r4924 r5090  
    4848    public method hints {{key ""}}
    4949    public method numpoints {} {
    50         return $_numPoints
     50        return $_numPoints
    5151    }
    5252    public method isvalid {} {
     
    166166        }
    167167        append _points "$x $y $z\n"
    168         incr _numPoints
     168        incr _numPoints
    169169    }
    170170    append out "DATASET POLYDATA\n"
Note: See TracChangeset for help on using the changeset viewer.