Ignore:
Timestamp:
Jun 9, 2008, 9:08:02 AM (16 years ago)
Author:
gah
Message:

various cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/PCASplit.h

    r934 r1028  
    3737public :
    3838
    39         Cluster() : color(1.0f, 1.0f, 1.0f, 1.0f), scale(0.0f), numOfChildren(0), numOfPoints(0),
    40                         points(0), children(0), vbo(0)/*, minValue(0.0f), maxValue(0.0f)*/
    41                         , level(0)
     39        Cluster() :
     40            color(1.0f, 1.0f, 1.0f, 1.0f),
     41            scale(0.0f),
     42            numOfChildren(0),
     43            numOfPoints(0),
     44            points(0),
     45            children(0),
     46            vbo(0)/*, minValue(0.0f), maxValue(0.0f)*/
     47            , level(0)
    4248        {
    4349        }
Note: See TracChangeset for help on using the changeset viewer.