diff --git a/Surface_reconstruction_3/include/CGAL/Poisson_implicit_function.h b/Surface_reconstruction_3/include/CGAL/Poisson_implicit_function.h index d5d514b310e..0b76beee0ad 100644 --- a/Surface_reconstruction_3/include/CGAL/Poisson_implicit_function.h +++ b/Surface_reconstruction_3/include/CGAL/Poisson_implicit_function.h @@ -1061,7 +1061,7 @@ private: if(tet.has_on_unbounded_side(c)) { Point cell_points[4] = {pi,pj,pk,pl}; - c = CGAL::centroid(cell_points, cell_points+4,PCA_dimension_0_tag()); + c = CGAL::centroid(cell_points, cell_points+4); } Point ck = CGAL::circumcenter(pi,pj,pk);