Skip to content

Commit 21e5ebf

Browse files
committed
the component can no longer be open
Now that I have added an extended bbox, Steiner vertices cannot be on the convex hull.
1 parent 30faf58 commit 21e5ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Constrained_triangulation_3/include/CGAL/Conforming_constrained_Delaunay_triangulation_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ class Conforming_constrained_Delaunay_triangulation_3_impl : public Conforming_D
15341534
}
15351535

15361536
std::optional<Point_3> compute_center_point_if_possible(const CGAL::Surface_mesh<Point_3>& component_mesh) const {
1537-
return CGAL::Polygon_mesh_processing::kernel_point(component_mesh, parameters::allow_open_input(true));
1537+
return CGAL::Polygon_mesh_processing::kernel_point(component_mesh);
15381538
}
15391539

15401540
template <typename Components, typename Map>

0 commit comments

Comments
 (0)