mirror of https://github.com/CGAL/cgal
fix conversion warning
This commit is contained in:
parent
8b9897c393
commit
b78217e7e9
|
|
@ -87,7 +87,7 @@ int main()
|
||||||
|
|
||||||
// dump into OFF format
|
// dump into OFF format
|
||||||
// assign an id per vertex
|
// assign an id per vertex
|
||||||
boost::unordered_map< Alpha_shape_3::Vertex_handle, int> vids;
|
boost::unordered_map< Alpha_shape_3::Vertex_handle, std::size_t> vids;
|
||||||
points.clear();
|
points.clear();
|
||||||
|
|
||||||
BOOST_FOREACH(Alpha_shape_3::Facet f, filtered_regular_facets)
|
BOOST_FOREACH(Alpha_shape_3::Facet f, filtered_regular_facets)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue