Ignore:
Timestamp:
Mar 13, 2013, 2:54:49 PM (12 years ago)
Author:
ldelgass
Message:

Fix initializer order in Contour3D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpContour3D.cpp

    r3490 r3495  
    4343    VtkGraphicsObject(),
    4444    _numContours(contours.size()),
     45    _contours(contours),
    4546    _pipelineInitialized(false),
    46     _contours(contours),
    4747    _colorMap(NULL),
    4848    _colorMode(COLOR_BY_SCALAR),
Note: See TracChangeset for help on using the changeset viewer.