mirror of https://github.com/CGAL/cgal
one less warning in Convex_hull_3
This commit is contained in:
parent
82ac1828ad
commit
a444286b39
|
|
@ -54,7 +54,6 @@ public:
|
||||||
void operator()( HDS& hds) {
|
void operator()( HDS& hds) {
|
||||||
// Postcondition: `hds' is a valid polyhedral surface.
|
// Postcondition: `hds' is a valid polyhedral surface.
|
||||||
typedef typename HDS::Vertex Vertex;
|
typedef typename HDS::Vertex Vertex;
|
||||||
typedef typename Vertex::Point Point;
|
|
||||||
|
|
||||||
CGAL::Polyhedron_incremental_builder_3<HDS> B( hds, true);
|
CGAL::Polyhedron_incremental_builder_3<HDS> B( hds, true);
|
||||||
std::vector<typename Triangulation::Cell_handle> ch_facets;
|
std::vector<typename Triangulation::Cell_handle> ch_facets;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue