From 29f18ed7a792a4b93eb50a09d5c4ed26ff200db3 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 15 Nov 2022 15:38:14 +0100 Subject: [PATCH] update changes --- Installation/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 2c3edc90a23..58b6ab83d54 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -27,7 +27,7 @@ CGAL tetrahedral Delaunay refinement algorithm. ### [Tetrahedral Mesh Generation](https://doc.cgal.org/5.6/Manual/packages.html#PkgMesh3) -- Added a mesh domain named constructor `CGAL::create_labeled_image_mesh_domain_with_features()` +- Added a new named parameter to the named constructor `CGAL::create_labeled_image_mesh_domain()` for automatic detection and protection of 1D-curves that lie at the intersection of three or more subdomains, extracted from labeled images.