From a2eab9237648187b45ae5fdb06b772aecb6b0bd9 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 13 Aug 2015 08:29:05 +0200 Subject: [PATCH] Fix typo --- .../Scale_space_reconstruction_3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scale_space_reconstruction_3/doc/Scale_space_reconstruction_3/Scale_space_reconstruction_3.txt b/Scale_space_reconstruction_3/doc/Scale_space_reconstruction_3/Scale_space_reconstruction_3.txt index 539c90140e8..02043fa0cab 100644 --- a/Scale_space_reconstruction_3/doc/Scale_space_reconstruction_3/Scale_space_reconstruction_3.txt +++ b/Scale_space_reconstruction_3/doc/Scale_space_reconstruction_3/Scale_space_reconstruction_3.txt @@ -245,7 +245,7 @@ After examining the reconstructed surfaces, we may decide that performing more i \cgalExample{Scale_space_reconstruction_3/scale_space_incremental.cpp} -The last example shows how to force the output surface to be 2-manifold. In this case, some facets may be discarded in order to remove non-manifold simplices. They are stored on a \em garbage container in an unordered fashion. They are accessed by iterating on this container. +The last example shows how to force the output surface to be 2-manifold. In this case, some facets may be discarded in order to remove non-manifold simplices. They are stored in a \em garbage container in an unordered fashion. They are accessed by iterating on this container. \cgalExample{Scale_space_reconstruction_3/scale_space_manifold.cpp}