From f645e803b4fd9a86c8567fea89e39547b749e9cf Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 13 Mar 2015 17:46:54 +0100 Subject: [PATCH] typo --- .../Advancing_front_surface_reconstruction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/Advancing_front_surface_reconstruction.txt b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/Advancing_front_surface_reconstruction.txt index e1a73a26fab..b62ee6e532c 100644 --- a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/Advancing_front_surface_reconstruction.txt +++ b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/Advancing_front_surface_reconstruction.txt @@ -161,7 +161,7 @@ be sufficiently uniform for our algorithm to work. \section AFSR_Examples Examples The first of the following three examples presents a free function for doing surface -reconstruction. For a sequence of points he function produces a sequence +reconstruction. For a sequence of points the function produces a sequence of triplets of indices describing the triangles of the surface. The second example presents a class that enables to traverse the surface represented in a 2D triangulation data structure where