summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2020-04-28 19:28:24 -0400
committerMathieuCarriere <mathieu.carriere3@gmail.com>2020-04-28 19:28:24 -0400
commitc2b6d95f0b01ca913ddc704350cbfe37bcf13c3a (patch)
treef00f1c960c185c956fcd016fbbbb1178dbd301e2 /src/Bitmap_cubical_complex
parent4923f2bd8a18d2f66288f39c08309cb7cafa5627 (diff)
update output
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
index 6441c129..248ebdb6 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
@@ -110,8 +110,9 @@ class Bitmap_cubical_complex_base {
virtual inline std::vector<std::size_t> get_coboundary_of_a_cell(std::size_t cell) const;
/**
- * This function computes the index of one of the top-dimensional cubes (chosen arbitrarily) associated
- * to a given simplex handle. Note that the input parameter is not necessarily a cube, it might also
+ * This function finds a top-dimensional cell that is incident to the input cell and has
+ * the same filtration value. In case several cells are suitable, an arbitrary one is
+ * returned. Note that the input parameter is not necessarily a cube, it might also
* be an edge or vertex of a cube. On the other hand, the output is always indicating the position of
* a cube in the data structure.
**/