Fixed type

This commit is contained in:
Mael Rouxel-Labbé 2017-05-05 13:31:05 +02:00
parent 249fecc7be
commit 2ba57b785c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Cartesian_moving_lifted_point_3
template <class SK>
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),