From 2ba57b785cc1bcbb8a3683c4746eeb41cde7571b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 5 May 2017 13:31:05 +0200 Subject: [PATCH] Fixed type --- .../Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h b/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h index ef0c66e2129..3fcd92ad7e7 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h @@ -92,7 +92,7 @@ class Cartesian_moving_lifted_point_3 template struct Static_traits { - typedef typename SK::Weighted_point Static_type; + typedef typename SK::Weighted_point_3 Static_type; static Static_type to_static(const This &o, const typename Coordinate_t::NT &t, const SK&) { typename Coordinate_t::NT x=o.point().x()(t), y= o.point().y()(t),