From 1d6e3056b76946f584259c86690f27586ddcbafb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 20 Jan 2025 16:56:58 +0100 Subject: [PATCH] typo --- Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index 5365c9143a9..7de626783d4 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -801,7 +801,7 @@ a custom functor that initializes the triangulation. A struct `Custom_Initial_points_generator` that places 1D-feature points alongside a line is created. -Finally, the exemple \ref Mesh_3/mesh_3D_image_with_initial_points.cpp features +Finally, the example \ref Mesh_3/mesh_3D_image_with_initial_points.cpp features a point container that initializes the triangulation using the meshing parameter `parameters::initial_points()`.