summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:14:43 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:14:43 +0000
commitbea7dab826c2dcff4632df3d99480adc94be3f8d (patch)
treebb6ca7fabf379cc48dc08c3c0e4ac6c7441e5d0d /src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
parentc3f3b627da09dc85616ae4a43787ea5f1fdeaf1f (diff)
cpplint/cppcheck fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@1078 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 794e42d37fa8417489d92d6d67d05399225d6fcd
Diffstat (limited to 'src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h2
1 files changed, 2 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 86bfbd56..de463d8e 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
@@ -285,6 +285,7 @@ class Bitmap_cubical_complex : public T {
}
this->b = rhs.b;
this->position = rhs.position;
+ return (*this);
}
bool operator==(const Filtration_simplex_iterator& rhs)const {
@@ -454,6 +455,7 @@ class Bitmap_cubical_complex : public T {
this->b = rhs.b;
this->position = rhs.position;
this->dimension = rhs.dimension;
+ return (*this);
}
bool operator==(const Skeleton_simplex_iterator& rhs)const {