mirror of https://github.com/CGAL/cgal
Fixed type
This commit is contained in:
parent
249fecc7be
commit
2ba57b785c
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue