From 6d2e5d1cbdecd86ad4d56fc8902542caca2cf2bd Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 15 Nov 2019 23:33:49 +0100 Subject: Code review: Point_3 is an Alpha_shape_3::Point instead of std::conditionnal(...) --- src/Alpha_complex/include/gudhi/Alpha_complex_3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h index 70e864e6..7f96c94c 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h @@ -252,7 +252,7 @@ Weighted_alpha_complex_3d::Weighted_point_3 wp0(Weighted_alpha_complex_3d::Bare_ /** \brief `Alpha_complex_3d::Point_3` type is either a `Alpha_complex_3d::Bare_point_3` (Weighted = false) or a * `Alpha_complex_3d::Weighted_point_3` (Weighted = true). */ - using Point_3 = typename std::conditional::type; + using Point_3 = typename Alpha_shape_3::Point; private: using Dispatch = -- cgit v1.2.3