From 7afd5cfa01045e52f2b69935b61418beee19f2db Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 13 Oct 2016 08:25:56 +0000 Subject: Fix cpplint git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1725 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d56056e39c28b013ef71b87aae055502bd86314e --- src/Alpha_complex/include/gudhi/Alpha_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Alpha_complex') diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h index f2a222c1..1ce6267d 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h @@ -191,7 +191,7 @@ class Alpha_complex { typedef boost::iterator_property_map::iterator, CGAL::Identity_property_map> Point_property_map; typedef CGAL::Spatial_sort_traits_adapter_d Search_traits_d; - + CGAL::spatial_sort(indices.begin(), indices.end(), Search_traits_d(std::begin(point_cloud))); typename Delaunay_triangulation::Full_cell_handle hint; -- cgit v1.2.3