From 0355b0e2bb6a7f0cc0837cf17f66b5e5b8bda14f Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 19 Apr 2019 14:13:04 +0200 Subject: [PATCH] Typo in doc --- .../doc/Surface_mesh_topology/Surface_mesh_topology.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_topology/doc/Surface_mesh_topology/Surface_mesh_topology.txt b/Surface_mesh_topology/doc/Surface_mesh_topology/Surface_mesh_topology.txt index 27dba87b7af..f6cdb476534 100644 --- a/Surface_mesh_topology/doc/Surface_mesh_topology/Surface_mesh_topology.txt +++ b/Surface_mesh_topology/doc/Surface_mesh_topology/Surface_mesh_topology.txt @@ -53,7 +53,7 @@ The code for creating the above left and middle examples appear in the \ref SMTo \subsubsection SMTopology_Build Building the Internal Surface Representation -A common first step in the homotopy test algorithms is to build a simplified mesh from the input surface mesh. This preprocessing step is done once for all for a given mesh. The simplified surface is a quadrangulation, every face of which is a quadrilateral, stored in a `Surface_mesh_curve_topology`. +A common first step in the homotopy test algorithms is to build a simplified mesh from the input surface mesh. This preprocessing step is done once and for all for a given mesh. The simplified surface is a quadrangulation, every face of which is a quadrilateral, stored in a `Surface_mesh_curve_topology`. \note The user must not modify the input surface as long as homotopy tests are performed with this `Surface_mesh_curve_topology`. Each time a `Path_on_surface` is provided for a homotopy test, it is first transformed to an equivalent path in the quadrangulation stored by the `Surface_mesh_curve_topology`. This transformation is transparent to the user who has never access to the quadrangulation.