summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authormathieu <mathieu.carriere3@gmail.com>2020-01-16 16:17:38 -0500
committermathieu <mathieu.carriere3@gmail.com>2020-01-16 16:17:38 -0500
commitc89df405c77bb7270db1a7d8f0e49bc22c1b010d (patch)
tree3011345b2b57841ecb281dc61a5d3e1e754532cd /src/Bitmap_cubical_complex
parent5694670b3e20f0cb935a751614ef12b6009a60c0 (diff)
fix typo + coboundary error
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
index 37514dee..bf09532e 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
@@ -340,6 +340,7 @@ class Bitmap_cubical_complex : public T {
* that provides ranges for the Boundary_simplex_iterator.
**/
Boundary_simplex_range boundary_simplex_range(Simplex_handle sh) { return this->get_boundary_of_a_cell(sh); }
+ Boundary_simplex_range coboundary_simplex_range(Simplex_handle sh) { return this->get_coboundary_of_a_cell(sh); }
/**
* filtration_simplex_range creates an object of a Filtration_simplex_range class