Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Fabri <[email protected]>
  • Loading branch information
janetournois and afabri authored Nov 7, 2024
1 parent 13328c3 commit d5203e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ unspecified_type perturb(const Named_function_parameters& np = parameters::defau
* the points it provides are inserted after one dimensional features initialization.
*
* Initialization is considered to be complete if the triangulation is a 3D triangulation
* with at least one facet in the restricted Delaunay triangulation (i.e. its dual intersects the
* with at least one facet in the restricted Delaunay triangulation (i.e., its dual intersects the
* input surface).
* If the generator does not generate enough points for the initialization to be complete,
* the domain's `construct_initial_points_object()` will be called to generate enough input points.
Expand Down Expand Up @@ -497,7 +497,7 @@ unspecified_type initial_points_generator(const InitialPointsGenerator& generato
* These initial points are inserted after one dimensional features initialization.
*
* Initialization is considered to be complete if the triangulation is a 3D triangulation
* with at least one facet in the restricted Delaunay triangulation (i.e. its dual intersects the
* with at least one facet in the restricted Delaunay triangulation (i.e., its dual intersects the
* input surface).
*
* If the parameter `parameters::initial_points_generator()` is set,
Expand Down
2 changes: 1 addition & 1 deletion Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OutputIterator operator()(OutputIterator pts, const int n);
/*!
Same as above, without the `n` parameter.
Since there is no `n` given like above, the functor must provide enough
points to initialize the mesh generation process, i.e. to have a 3D triangulation
points to initialize the mesh generation process, i.e., to have a 3D triangulation
with at least one facet in the restricted Delaunay triangulation.
If these conditions are not satisfied, then more points will be added automatically
Expand Down

0 comments on commit d5203e3

Please sign in to comment.