Adress some items of Issue #8802

This commit is contained in:
Andreas Fabri 2025-04-28 16:09:13 +01:00
parent 9a134d2145
commit 6b729748e1
1 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ protected:
public:
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - REMOVALS
Vertex_handle collapse_face(const Face &); /* Concept */
Vertex_handle contract_face(const Face &); /* Concept */
void remove_decrease_dimension(Vertex_handle, Vertex_handle); /* Concept */
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERTIONS
@ -784,7 +784,7 @@ Triangulation_data_structure<Dim, Vb, Fcb>
template <class Dim, class Vb, class Fcb>
typename Triangulation_data_structure<Dim, Vb, Fcb>::Vertex_handle
Triangulation_data_structure<Dim, Vb, Fcb>
::collapse_face(const Face & f) /* Concept */
::contract_face(const Face & f) /* Concept */
{
const int fd = f.face_dimension();
CGAL_precondition( (1 <= fd ) && (fd < current_dimension()));