Skip to content

Commit

Permalink
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 7, 2025
2 parents 82aa7d0 + 4f2f518 commit fd9068d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Algebraic_foundations/include/CGAL/number_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <CGAL/Algebraic_structure_traits.h>
#include <CGAL/Real_embeddable_traits.h>
#include <CGAL/Kernel/Same_uncertainty.h>
#include <boost/mpl/if.hpp>

namespace CGAL {
CGAL_NTS_BEGIN_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion Alpha_shapes_2/include/CGAL/Alpha_shape_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ Alpha_shape_2<Dt,EACT>::find_alpha_solid() const
// takes O(#alpha_shape) time
Type_of_alpha alpha_solid = 0;

if (number_of_vertices()<3) return alpha_solid;
if (dimension()!=2) return alpha_solid;

Finite_vertices_iterator vertex_it;
// only finite vertices
Expand Down

0 comments on commit fd9068d

Please sign in to comment.