Skip to content

Commit

Permalink
Automatically construct point map if not passed
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 11, 2020
1 parent c157e07 commit 4959864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octree/include/CGAL/Octree.h
Expand Up @@ -154,7 +154,7 @@ class Octree {
*/
Octree(
PointRange &point_range,
PointMap point_map,
PointMap point_map = PointMap(),
const FT enlarge_ratio = 1.2) :
m_ranges(point_range),
m_points_map(point_map) {
Expand Down

0 comments on commit 4959864

Please sign in to comment.