Skip to content

Commit

Permalink
remove compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jul 17, 2023
1 parent bf43c8d commit a10d75d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ Triangulation_segment_cell_iterator_3<Tr,Inc>::walk_to_next_3(const Simplex& pre
switch(Or) {
case 3: {
if(regular_case) {
CGAL_triangulation_assertion(li == outside); CGAL_USE(outside);
CGAL_triangulation_assertion(!inside); CGAL_USE(inside);
CGAL_triangulation_assertion(li == outside);
CGAL_triangulation_assertion(!inside);
}
return {{cur_cell, Tr::FACET, li}, {next, Tr::FACET, next->index(cur_cell)}};
}
Expand Down

0 comments on commit a10d75d

Please sign in to comment.