From e8224f90c2d5e2609a636c2ed858fbf3388d086f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 12 Sep 2018 15:17:26 +0200 Subject: [PATCH] typos --- Heat_method_3/doc/Heat_method_3/Heat_method_3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt b/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt index 00f5ca567c7..143c4a3b7be 100644 --- a/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt +++ b/Heat_method_3/doc/Heat_method_3/Heat_method_3.txt @@ -22,7 +22,7 @@ that do not fulfill these requirements, applying edge flips to obtain an Intrinsic Delaunay Triangulation also gives good results. \cgalFigureBegin{landscape_meshes, landscape.jpg} - Isolines placed on a mesh with and without iDT remeshing. + Isolines placed on a mesh without and with iDT remeshing. \cgalFigureEnd In the next section we give some examples. Section \ref sec_HM_definitions presents @@ -50,7 +50,7 @@ The distances are written into an internal property map of the surface mesh. \cgalExample{Heat_method_3/heat_method.cpp} For a `Polyhedron_3` you can either add a data field to the vertex type, or, as shown -in the following exampole create a `boost::unordered_map` and pass it to the function +in the following example create a `boost::unordered_map` and pass it to the function `boost::make_assoc_property_map()` which generates a vertex distance property map. \cgalExample{Heat_method_3/heat_method_polyhedron.cpp}