diff --git a/Polyhedron/demo/Polyhedron/C3t3_type.h b/Polyhedron/demo/Polyhedron/C3t3_type.h index e84f1033e9e..37cb21128e2 100644 --- a/Polyhedron/demo/Polyhedron/C3t3_type.h +++ b/Polyhedron/demo/Polyhedron/C3t3_type.h @@ -62,19 +62,25 @@ typedef CGAL::Labeled_mesh_domain_3 Function_do typedef CGAL::Polyhedron_demo_labeled_mesh_domain_3 Function_mesh_domain; #endif +//Robust_cc_geom_traits +typedef CGAL::Kernel_traits::Kernel + Robust_intersections_traits; +typedef CGAL::details::Mesh_geom_traits_generator::type + Robust_K; + // Triangulation -typedef CGAL::Compact_mesh_cell_base_3 Cell_base; -typedef CGAL::Triangulation_cell_base_with_info_3< int, Kernel, Cell_base> Cell_base_with_info; +typedef CGAL::Compact_mesh_cell_base_3 Cell_base; +typedef CGAL::Triangulation_cell_base_with_info_3 Cell_base_with_info; #ifdef CGAL_CONCURRENT_MESH_3 typedef CGAL::Mesh_triangulation_3::Kernel, + Robust_intersections_traits, CGAL::Parallel_tag, CGAL::Default, Cell_base_with_info>::type Tr; #else typedef CGAL::Mesh_triangulation_3::Kernel, + Robust_intersections_traits, CGAL::Sequential_tag, CGAL::Default, Cell_base_with_info>::type Tr;