]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix messages about cgal versions 14326/head
authorMarco Feder <marco.feder@sissa.it>
Fri, 30 Sep 2022 19:18:35 +0000 (21:18 +0200)
committerMarco Feder <marco.feder@sissa.it>
Fri, 30 Sep 2022 19:18:35 +0000 (21:18 +0200)
include/deal.II/cgal/utilities.h
source/cgal/intersections.cc

index f551223972aea80fe0c8cb7664579ffa02bc0f37..aea14f150c26c5e46d1614d7bd975ebe89b1e4bb 100644 (file)
@@ -51,7 +51,6 @@
 #  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>
index 2632d005cc377805afb90390144085e4ea7082bd..a92540520c2ab6c48d693d5fefdfcf7ac7c99d08 100644 (file)
@@ -170,7 +170,7 @@ namespace CGALWrappers
     // 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.
@@ -296,7 +296,7 @@ namespace CGALWrappers
       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 {};
@@ -337,7 +337,7 @@ namespace CGALWrappers
       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 {};
@@ -506,7 +506,7 @@ namespace CGALWrappers
     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;
@@ -607,7 +607,7 @@ namespace CGALWrappers
     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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.