fix conversion warning

This commit is contained in:
Sébastien Loriot 2018-08-27 15:01:36 +02:00
parent 8b9897c393
commit b78217e7e9
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ int main()
// dump into OFF format
// 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();
BOOST_FOREACH(Alpha_shape_3::Facet f, filtered_regular_facets)