We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511f95 commit 0f556c0Copy full SHA for 0f556c0
Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h
@@ -96,7 +96,7 @@ namespace CGAL {
96
typedef typename Kernel::Sphere_3 Sphere;
97
98
typedef CGAL::Poisson_reconstruction_function<Kernel> Poisson_reconstruction_function;
99
- typedef CGAL::Surface_mesh_default_triangulation_3 STr;
+ typedef typename CGAL::Surface_mesher::Surface_mesh_default_triangulation_3_generator<Kernel>::Type STr;
100
typedef CGAL::Surface_mesh_complex_2_in_triangulation_3<STr> C2t3;
101
typedef CGAL::Implicit_surface_3<Kernel, Poisson_reconstruction_function> Surface_3;
102
0 commit comments