summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2020-03-25 13:00:58 -0400
committerMathieuCarriere <mathieu.carriere3@gmail.com>2020-03-25 13:00:58 -0400
commit20ba972d2a7fd14e564ce4adb3921f3f8190fc71 (patch)
tree7e1357b6988c6f054c5c083c20ac2bbb38ed397e /src/Simplex_tree/include/gudhi/Simplex_tree.h
parentbc223c3cc7cb9e9c0bb3573af720fce9c5380b94 (diff)
update biblio
Diffstat (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index de97d6f2..60720567 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -51,7 +51,7 @@ namespace Gudhi {
* that the simplex is the cone of an original simplex, and is thus part of the descending extended filtration) or
* EXTRA (which means the simplex is the cone point).
*
- * Details may be found in section 2.2 in https://link.springer.com/article/10.1007/s10208-017-9370-z.
+ * Details may be found in \cite Cohen-Steiner2009 and section 2.2 in \cite Carriere16.
*
*/
enum class Extended_simplex_type {UP, DOWN, EXTRA};
@@ -1507,7 +1507,7 @@ class Simplex_tree {
* in the Simplex_tree. Hence, this function also outputs the type of each simplex. It can be either UP (which means
* that the simplex was present originally, and is thus part of the ascending extended filtration), DOWN (which means
* that the simplex is the cone of an original simplex, and is thus part of the descending extended filtration) or
- * EXTRA (which means the simplex is the cone point). Note that if the simplex type is DOWN, the original filtration value
+ * EXTRA (which means the simplex is the cone point). See the definition of Extended_simplex_type. Note that if the simplex type is DOWN, the original filtration value
* is set to be the original filtration value of the corresponding (not coned) original simplex.
* \pre This function should be called only if `extend_filtration()` has been called first!
* \post The output filtration value is supposed to be the same, but might be a little different, than the