From c74a7ebebed8a3d17cddbd35de5a6de970ad02a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 17 Oct 2014 13:26:41 +0200 Subject: [PATCH] typos --- .../Advancing_front_surface_reconstruction.txt | 2 +- .../CGAL/Advancing_front_surface_reconstruction.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 454b9259c8f..cd9b0fbd3fc 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 @@ -131,7 +131,7 @@ or a hole. As we do not want the algorithm to rely on a uniformity condition on the sampling it will fill holes cut off from "flat" regions of the -surface. However, in many cases a boundary component cannot be cloded +surface. However, in many cases a boundary component cannot be closed by adding a spanning disk such that the resulting disk is well sampled. Typically, closing a boundary component due to a transversal clipping of the operation, would yield large dihedral angles at diff --git a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h index 1fd52945198..b98d71e327c 100644 --- a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h +++ b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h @@ -106,7 +106,7 @@ tds_2(); /*! returns the underlying 3D Delaunay triangulation. */ -const Triangulation_3_& +const Triangulation_3& triangulation_3();