mirror of https://github.com/CGAL/cgal
fix compilation on gcc
This commit is contained in:
parent
8a53d4c3be
commit
ec26d6b8a9
|
|
@ -376,7 +376,7 @@ private:
|
||||||
const CGAL::Identity_property_map<Plane_3> plane_identity_map;
|
const CGAL::Identity_property_map<Plane_3> plane_identity_map;
|
||||||
CGAL::internal::Dynamic_property_map<Point_set::Index, std::size_t> plane_index_map;
|
CGAL::internal::Dynamic_property_map<Point_set::Index, std::size_t> plane_index_map;
|
||||||
|
|
||||||
for (auto& it = points->begin(); it != points->end(); it++)
|
for (Point_set::const_iterator it = points->begin(); it != points->end(); it++)
|
||||||
put(plane_index_map, *it, get(region_growing.region_map(), it));
|
put(plane_index_map, *it, get(region_growing.region_map(), it));
|
||||||
|
|
||||||
if (dialog.regularize()) {
|
if (dialog.regularize()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue