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 097b14d + 0c37af1 commit 56f42b4Copy full SHA for 56f42b4
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h
@@ -1364,6 +1364,8 @@ void orient_to_bound_a_volume(TriangleMesh& tm,
1364
typedef typename GetGeomTraits<TriangleMesh, NamedParameters>::type GT;
1365
typedef typename GetInitializedFaceIndexMap<TriangleMesh, NamedParameters>::type FaceIndexMap;
1366
1367
+ if (is_empty(tm)) return;
1368
+
1369
CGAL_precondition(is_closed(tm));
1370
CGAL_precondition(is_triangle_mesh(tm));
1371
0 commit comments