mirror of https://github.com/CGAL/cgal
Removed useless construct_point_3
Construct_weighted_circumcenter_3 already returns a Bare_point
This commit is contained in:
parent
b30fbfe4f9
commit
b18b6c1f3e
|
|
@ -1622,7 +1622,7 @@ dual(Cell_handle c) const
|
|||
CGAL_triangulation_precondition(dimension()==3);
|
||||
CGAL_triangulation_precondition( ! is_infinite(c) );
|
||||
|
||||
return geom_traits().construct_point_3_object()(c->weighted_circumcenter(geom_traits()));
|
||||
return c->weighted_circumcenter(geom_traits());
|
||||
}
|
||||
|
||||
template < class Gt, class Tds, class Lds >
|
||||
|
|
|
|||
Loading…
Reference in New Issue