summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/concept
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-06 21:11:38 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-06 21:11:38 +0000
commit8e76285d6d2ea35a9709117896390b718f1f15f1 (patch)
tree454adcd49c813c92c1e19442619bb1203ee16213 /src/Persistent_cohomology/concept
parent01d50e3c77a6f8a2aa7e538f90512482af85d317 (diff)
Marc review fix
cpplint/cppcheck fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@1102 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f47277da05debb56dd9a4a96bf89ec7b3ffa2e27
Diffstat (limited to 'src/Persistent_cohomology/concept')
-rw-r--r--src/Persistent_cohomology/concept/FilteredComplex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/concept/FilteredComplex.h b/src/Persistent_cohomology/concept/FilteredComplex.h
index e124d524..949aafc2 100644
--- a/src/Persistent_cohomology/concept/FilteredComplex.h
+++ b/src/Persistent_cohomology/concept/FilteredComplex.h
@@ -138,6 +138,6 @@ Filtration_simplex_range filtration_simplex_range();
* @todo use an enum? Just a bool?
*/
//int is_before_in_filtration(Simplex_handle s, Simplex_handle t);
-/*************************************************/
+/*************************************************/
};