summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-05-13 18:12:58 +0200
committerMarc Glisse <marc.glisse@inria.fr>2020-05-13 18:12:58 +0200
commit7b4ffb762edae9036cbec12b34eeb64f2cffd0e7 (patch)
tree21de7038082c391bb534a8c4ff244edabe4879ad
parenta51f4f177e29ad5b01e58c9d8dd2560fb9b4fb19 (diff)
Rephrase comment about cubes
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h6
1 files changed, 3 insertions, 3 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 e0c567ae..99487dc3 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
@@ -112,9 +112,9 @@ class Bitmap_cubical_complex_base {
/**
* 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.
+ * returned. Note that the input parameter can be a cell of any dimension (vertex, edge, etc).
+ * On the other hand, the output is always indicating the position of
+ * a top-dimensional cube in the data structure.
**/
inline size_t get_top_dimensional_coface_of_a_cell(size_t splx);