# include <CGAL/make_mesh_3.h>
# include <CGAL/make_surface_mesh.h>
# include <deal.II/cgal/surface_mesh.h>
-//# include <CGAL/tetrahedral_remeshing.h> REQUIRES CGAL_VERSION>=5.1.5
# include <fstream>
# include <limits>
// identified by array of points. The return type is the one of
// CGAL::intersection(), i.e. a boost::optional<boost::variant<>>.
// Intersection between 2D and 3D objects and 1D/3D objects are available
- // only with CGAL versions greater or equal than 5.1.5, hence the
+ // only with CGAL versions greater or equal than 5.5, hence the
// corresponding functions are guarded by #ifdef directives. All the
// signatures follow the convection that the first entity has an intrinsic
// dimension higher than the second one.
Assert(
false,
ExcMessage(
- "This function requires a version of CGAL greater or equal than 5.1.5."));
+ "This function requires a version of CGAL greater or equal than 5.5."));
(void)first_simplex;
(void)second_simplex;
return {};
Assert(
false,
ExcMessage(
- "This function requires a version of CGAL greater or equal than 5.1.5."));
+ "This function requires a version of CGAL greater or equal than 5.5."));
(void)first_simplex;
(void)second_simplex;
return {};
Assert(
false,
ExcMessage(
- "This function requires a version of CGAL greater or equal than 5.1.5."));
+ "This function requires a version of CGAL greater or equal than 5.5."));
(void)vertices0;
(void)vertices1;
(void)tol;
Assert(
false,
ExcMessage(
- "This function requires a version of CGAL greater or equal than 5.1.5."));
+ "This function requires a version of CGAL greater or equal than 5.5."));
(void)vertices0;
(void)vertices1;
(void)tol;