From 537f41ba89f5f4fecf7d4e795f80895429baf928 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 27 Nov 2018 09:51:47 +0000 Subject: Fix cpplint git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4015 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 706e843528c5f06a090215eaf2fc8c0e25cb5557 --- src/Alpha_complex/include/gudhi/Alpha_complex_3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h index 19445637..b3625e1c 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h @@ -217,7 +217,7 @@ class Alpha_complex_3d { * */ using Dt = typename Triangulation_3::Dt; -public: + public: /** \brief The CGAL 3D Alpha * Shapes type. * @@ -253,7 +253,7 @@ Weighted_alpha_complex_3d::Weighted_point_3 wp0(Weighted_alpha_complex_3d::Point * */ using Weighted_point_3 = typename Triangulation_3::Weighted_point_3; -private: + private: using Dispatch = CGAL::Dispatch_output_iterator, CGAL::cpp11::tuple>, -- cgit v1.2.3