summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-04-12 14:23:40 +0200
committerGitHub <noreply@github.com>2022-04-12 14:23:40 +0200
commitdc5d417b3d2c2f6772389c1906455f041b796b37 (patch)
treeef136a5695b3592b8eaaac21a7e1e344b96b0c08 /src/Simplex_tree/include/gudhi/Simplex_tree.h
parent0d25c9db02cdc20c4b7ca1f48780eb7129ee8b82 (diff)
doc review
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index 63a7f190..82281cc4 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -187,7 +187,7 @@ class Simplex_tree {
typedef Simplex_tree_boundary_simplex_iterator<Simplex_tree> Boundary_simplex_iterator;
/** \brief Range over the simplices of the boundary of a simplex. */
typedef boost::iterator_range<Boundary_simplex_iterator> Boundary_simplex_range;
- /** \brief Iterator over the simplices of the boundary and its opposite vertex of a simplex.
+ /** \brief Iterator over the simplices of the boundary of a simplex and their opposite vertices.
*
* 'value_type' is std::pair<Simplex_handle, Vertex_handle>. */
typedef Simplex_tree_boundary_opposite_vertex_simplex_iterator<Simplex_tree> Boundary_opposite_vertex_simplex_iterator;