mirror of https://github.com/CGAL/cgal
Fix conversion warning
This commit is contained in:
parent
c76f0d4b22
commit
7467130cfd
|
|
@ -171,7 +171,7 @@ int main (int argc, char** argv)
|
|||
features.add<Classification::Feature::Cluster_vertical_extent> (clusters);
|
||||
|
||||
for (std::size_t i = 0; i < 3; ++ i)
|
||||
features.add<Classification::Feature::Eigenvalue> (clusters, eigen, i);
|
||||
features.add<Classification::Feature::Eigenvalue> (clusters, eigen, (unsigned int)(i));
|
||||
|
||||
#ifdef CGAL_LINKED_WITH_TBB
|
||||
features.end_parallel_additions();
|
||||
|
|
|
|||
Loading…
Reference in New Issue