tested with different concurrency tags, cleanup, added empty test for the new function

This commit is contained in:
Dmitry Anisimov
2021-05-05 15:29:48 +02:00
parent 13ef4342d1
commit c4e23b5ced
4 changed files with 61 additions and 31 deletions
@@ -17,7 +17,7 @@ using FT = typename Kernel::FT;
using Point_3 = typename Kernel::Point_3;
using Vector_3 = typename Kernel::Vector_3;
using TAG = CGAL::Parallel_if_available_tag;
using TAG = CGAL::Sequential_tag;
using Surface_mesh = CGAL::Surface_mesh<Point_3>;
using Polyhedron = CGAL::Polyhedron_3<Kernel>;
using Affine_transformation_3 = CGAL::Aff_transformation_3<Kernel>;