Skip to content

Commit 0f556c0

Browse files
committed
Fix compatibility of Poisson with Simple_cartesian<double>
1 parent 6511f95 commit 0f556c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace CGAL {
9696
typedef typename Kernel::Sphere_3 Sphere;
9797

9898
typedef CGAL::Poisson_reconstruction_function<Kernel> Poisson_reconstruction_function;
99-
typedef CGAL::Surface_mesh_default_triangulation_3 STr;
99+
typedef typename CGAL::Surface_mesher::Surface_mesh_default_triangulation_3_generator<Kernel>::Type STr;
100100
typedef CGAL::Surface_mesh_complex_2_in_triangulation_3<STr> C2t3;
101101
typedef CGAL::Implicit_surface_3<Kernel, Poisson_reconstruction_function> Surface_3;
102102

0 commit comments

Comments
 (0)