diff --git a/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h b/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h index 79b070f1629..f11648362e9 100644 --- a/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h +++ b/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h @@ -109,15 +109,6 @@ namespace CGAL { return surface(f, sphere, error_bound); } -// template -// struct Surface_mesh_traits_generator_3 > -// { -// typedef Poisson_implicit_surface_3 Surface_type; -// typedef typename Surface_mesher::Poisson_implicit_surface_oracle_3 Type; -// typedef Type type; // Boost meta-programming compatibility -// }; - // non documented class template class Poisson_implicit_function_wrapper : public CGAL::cpp98::unary_function diff --git a/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test_surface_mesher.cpp b/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test_surface_mesher.cpp index 6f0ea438dc6..cfd35446a4a 100644 --- a/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test_surface_mesher.cpp +++ b/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test_surface_mesher.cpp @@ -8,8 +8,6 @@ // poisson_reconstruction_test mesh1.off point_set2.xyz... // CGAL - -/// @TODO: change the usage from Surface_mesher to Mesh_3 #include #include