summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-04-12 14:37:34 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-04-12 14:37:34 +0200
commit576925c8ebce411e6116bcfc2bbf1bcd66b8d536 (patch)
tree6f9d899f14629640e4d015c0c2e4371f128e3b0f /src/Simplex_tree/include/gudhi/Simplex_tree.h
parent59d4abce6ab249ac2bed82355a9930601cd3b77f (diff)
doc review: i is from d to 0
Diffstat (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index 5219d263..0bd76baa 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -307,8 +307,9 @@ class Simplex_tree {
* The boundary of a simplex is the set of codimension \f$1\f$ subsimplices of the simplex.
* If the simplex is \f$[v_0, \cdots ,v_d]\f$, with canonical orientation induced by \f$ v_0 < \cdots < v_d \f$, the
* iterator enumerates the simplices of the boundary in the order:
- * \f$[v_0,\cdots,\widehat{v_i},\cdots,v_d]\f$ for \f$i\f$ from \f$0\f$ to \f$d\f$, where \f$\widehat{v_i}\f$ means
- * that the vertex \f$v_i\f$, known as the opposite vertex, is omitted from boundary, but returned as the second element of a pair.
+ * \f$[v_0,\cdots,\widehat{v_i},\cdots,v_d]\f$ for \f$i\f$ from \f$d\f$ to \f$0\f$, where \f$\widehat{v_i}\f$ means
+ * that the vertex \f$v_i\f$, known as the opposite vertex, is omitted from boundary, but returned as the second
+ * element of a pair.
*
* @param[in] sh Simplex for which the boundary is computed.
*/