Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 2, 2024
1 parent 4f5cd05 commit 240488c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ class Poisson_reconstruction_function
}
while(circ != done);

CGAL_assertion(! voronoi_points.size() < 3);
CGAL_assertion(! (voronoi_points.size() < 3));

// sum up areas
FT area = 0.0;
Expand Down

0 comments on commit 240488c

Please sign in to comment.