Skip to content

Commit

Permalink
Merge branch '5.4.x-branch' into 5.5.x-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Feb 24, 2023
2 parents ec00fa3 + 56f42b4 commit 8a3184a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,8 @@ void orient_to_bound_a_volume(TriangleMesh& tm,
typedef typename GetGeomTraits<TriangleMesh, NamedParameters>::type GT;
typedef typename GetInitializedFaceIndexMap<TriangleMesh, NamedParameters>::type FaceIndexMap;

if (is_empty(tm)) return;

CGAL_precondition(is_closed(tm));
CGAL_precondition(is_triangle_mesh(tm));

Expand Down

0 comments on commit 8a3184a

Please sign in to comment.