summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 09:51:47 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 09:51:47 +0000
commit537f41ba89f5f4fecf7d4e795f80895429baf928 (patch)
tree27c3e5e018b7930513f40901a7400b25cf5ba305 /src/Alpha_complex
parent954d62e67a1126d206ed5c14a3c3b5f3c81235f6 (diff)
Fix cpplint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4015 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 706e843528c5f06a090215eaf2fc8c0e25cb5557
Diffstat (limited to 'src/Alpha_complex')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_3d.h4
1 files 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<Kernel, Tds, Weighted, Periodic>::Dt;
-public:
+ public:
/** \brief The <a href="https://doc.cgal.org/latest/Alpha_shapes_3/classCGAL_1_1Alpha__shape__3.html">CGAL 3D Alpha
* Shapes</a> 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<Kernel, Tds, Weighted, Periodic>::Weighted_point_3;
-private:
+ private:
using Dispatch =
CGAL::Dispatch_output_iterator<CGAL::cpp11::tuple<CGAL::Object, FT>,
CGAL::cpp11::tuple<std::back_insert_iterator<std::vector<CGAL::Object>>,