From c1259c8408b57808542c2e6655c2f52138de64a3 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 24 Mar 2020 14:24:34 +0100 Subject: [PATCH] Fix facets -> faces --- BGL/include/CGAL/boost/graph/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/selection.h b/BGL/include/CGAL/boost/graph/selection.h index 433bf4631ca..63b1324bcc1 100644 --- a/BGL/include/CGAL/boost/graph/selection.h +++ b/BGL/include/CGAL/boost/graph/selection.h @@ -437,7 +437,7 @@ reduce_face_selection( If `prevent_unselection` is set to `true`, the cost of unselecting a face is set to infinity, which forces the regularization to only - select new facets and ensures that the regularization keeps all + select new faces and ensures that the regularization keeps all selected faces. \tparam FaceGraph a model of `FaceGraph`