- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/tesselation_boundarytriangleunittest.hpp
r734816 rd74077 15 15 #include "linkedcell.hpp" 16 16 #include "tesselation.hpp" 17 18 class TesselPoint; 17 19 18 20 /********************************************** Test classes **************************************/ … … 35 37 class BoundaryLineSet *lines[3]; 36 38 class BoundaryPointSet *points[3]; 39 class TesselPoint *tesselpoints[3]; 37 40 LinkedCell::LinkedNodes Corners; 38 41 };
Note:
See TracChangeset
for help on using the changeset viewer.