We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec00fa3 + 56f42b4 commit 8a3184aCopy full SHA for 8a3184a
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h
@@ -1354,6 +1354,8 @@ void orient_to_bound_a_volume(TriangleMesh& tm,
1354
typedef typename GetGeomTraits<TriangleMesh, NamedParameters>::type GT;
1355
typedef typename GetInitializedFaceIndexMap<TriangleMesh, NamedParameters>::type FaceIndexMap;
1356
1357
+ if (is_empty(tm)) return;
1358
+
1359
CGAL_precondition(is_closed(tm));
1360
CGAL_precondition(is_triangle_mesh(tm));
1361
0 commit comments