Skip to content

Commit

Permalink
WIP: bandage for now. We should switch to Mesh_3
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jun 5, 2024
1 parent 76a829e commit 99d3983
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// @TODO: change the usage from Surface_mesher to Mesh_3
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Surface_mesh_default_triangulation_3.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
// poisson_reconstruction_test mesh1.off point_set2.xyz...

// CGAL

/// @TODO: change the usage from Surface_mesher to Mesh_3
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Timer.h>
#include <CGAL/Memory_sizer.h>
Expand Down

0 comments on commit 99d3983

Please sign in to comment.