Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/tesselation_boundarytriangleunittest.hpp

    r734816 r88b400  
    1616#include "tesselation.hpp"
    1717
     18class TesselPoint;
     19
    1820/********************************************** Test classes **************************************/
    1921
     
    3234
    3335private:
     36      static const double SPHERERADIUS;
     37
    3438      class BoundaryTriangleSet *triangle;
    3539      class BoundaryLineSet *lines[3];
    3640      class BoundaryPointSet *points[3];
     41      class TesselPoint *tesselpoints[3];
    3742      LinkedCell::LinkedNodes Corners;
    3843};
Note: See TracChangeset for help on using the changeset viewer.