]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation with CGAL. 13896/head
authorDavid Wells <drwells@email.unc.edu>
Thu, 2 Jun 2022 02:28:27 +0000 (22:28 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 2 Jun 2022 02:28:27 +0000 (22:28 -0400)
include/deal.II/cgal/utilities.h
tests/cgal/cgal_quadrature_01.cc

index 56a2a8c66329032a79ef6b3e5ff3b9abcf8dea15..5d5b974a11f4e7e56187542df1cefef7fae8aa37 100644 (file)
@@ -571,7 +571,7 @@ namespace CGALWrappers
         using Mesh_criteria = CGAL::Mesh_criteria_3<Tr>;
         using C3t3          = CGAL::Mesh_complex_3_in_triangulation_3<Tr>;
         C3t3 tria;
-        cgal_surface_mesh_to_cgal_coarse_triangulation(out_surface, tria);
+        cgal_surface_mesh_to_cgal_triangulation(out_surface, tria);
         return compute_quadrature(tria, degree);
       }
   }
index 3f0ac6472bf2889a9a1faf79eb9041db2f56eb65..0ab482fcd4ca7709f915ab3083d21f38e7148926 100644 (file)
@@ -59,7 +59,7 @@ test()
     {
       std::ifstream input(name);
       input >> sm;
-      cgal_surface_mesh_to_cgal_coarse_triangulation(sm, tria);
+      cgal_surface_mesh_to_cgal_triangulation(sm, tria);
       auto b = compute_quadrature(tria, degree);
       deallog << "Volume of poly with Quadrature: " << std::setprecision(12)
               << std::accumulate(b.get_weights().begin(),

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.