mirror of https://github.com/CGAL/cgal
typos
This commit is contained in:
parent
622bc7a7db
commit
c74a7ebebe
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ tds_2();
|
|||
/*!
|
||||
returns the underlying 3D Delaunay triangulation.
|
||||
*/
|
||||
const Triangulation_3_&
|
||||
const Triangulation_3&
|
||||
triangulation_3();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue