summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:31:24 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-30 06:31:24 +0000
commitdea986187f3a214db300a909f8f8a02cf3d9014d (patch)
treee9f530cb231e964e9bc447efb6afa604a2e8249e /src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
parentbea7dab826c2dcff4632df3d99480adc94be3f8d (diff)
cpplint/cppcheck fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@1079 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 812004416560ad653025d02ea7ff05677ec5b3fc
Diffstat (limited to 'src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h1
1 files changed, 0 insertions, 1 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 2258b581..7294da98 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
@@ -779,7 +779,6 @@ void Bitmap_cubical_complex_base<T>::impose_lower_star_filtration() {
<< " while of a cell: " << indices_to_consider[i] << " is: " << this->data[ indices_to_consider[i] ]
<< std::endl;
getchar();
-
}
if (this->data[ bd[boundaryIt] ] > this->data[ indices_to_consider[i] ]) {
this->data[ bd[boundaryIt] ] = this->data[ indices_to_consider[i] ];