Occurence -> Occurrence

This commit is contained in:
Mael Rouxel-Labbé 2017-12-05 16:23:46 +01:00
parent c7297410e3
commit d89bedd546
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ described in \cgalCite{gueziec2001cutting}.
To deal with polygon soups that cannot be converted to a
combinatorial manifold surface, some points are duplicated.
Because a polygon soup does not have any connectivity (each point
has as many occurences as the number of polygons it belongs to),
has as many occurrences as the number of polygons it belongs to),
duplicating one point (or a pair of points)
amounts to duplicate the polygon to which it belongs.

View File

@ -448,7 +448,7 @@ struct Polygon_soup_orienter
* When it is not possible to produce a combinatorial manifold surface,
* some points are duplicated.
* Because a polygon soup does not have any connectivity (each point
* has as many occurences as the number of polygons it belongs to),
* has as many occurrences as the number of polygons it belongs to),
* duplicating one point (or a pair of points)
* amounts to duplicate the polygon to which it belongs.
*