- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/tesselation_boundarytriangleunittest.hpp
r734816 r88b400 16 16 #include "tesselation.hpp" 17 17 18 class TesselPoint; 19 18 20 /********************************************** Test classes **************************************/ 19 21 … … 32 34 33 35 private: 36 static const double SPHERERADIUS; 37 34 38 class BoundaryTriangleSet *triangle; 35 39 class BoundaryLineSet *lines[3]; 36 40 class BoundaryPointSet *points[3]; 41 class TesselPoint *tesselpoints[3]; 37 42 LinkedCell::LinkedNodes Corners; 38 43 };
Note:
See TracChangeset
for help on using the changeset viewer.