summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/concept
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-23 09:37:35 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-23 09:37:35 +0000
commit0101a149fc124d62f8a4966654fa30e01f57d424 (patch)
tree934cb37b846b3b7e9e7008c20336b35fe868e426 /src/Alpha_complex/concept
parent143d7809306d21f120d9177128751a41b8460533 (diff)
Fix cpplints
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_create_complex@1548 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b8d7d5b4bde8aeec92d6bfc79b8c146c551317c0
Diffstat (limited to 'src/Alpha_complex/concept')
-rw-r--r--src/Alpha_complex/concept/Simplicial_complex_for_alpha.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h b/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
index 2fd5dc03..384ac2eb 100644
--- a/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
+++ b/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
@@ -40,7 +40,7 @@ struct SimplicialComplexForAlpha {
/** Returns the number of vertices in the simplicial complex. */
std::size_t num_vertices();
-
+
/** Gets the simplicial complex dimension. */
int dimension();
@@ -61,10 +61,10 @@ struct SimplicialComplexForAlpha {
/** Browses the simplicial complex to make the filtration non-decreasing. */
void make_filtration_non_decreasing();
-
+
/** Prune the simplicial complex above 'filtration' value given as parameter. */
void prune_above_filtration(Filtration_value filtration);
-
+
/** Sorts the filtration values in the simplicial complex. */
void initialize_filtration();
@@ -88,7 +88,6 @@ struct SimplicialComplexForAlpha {
/** \brief Return type of an insertion of a simplex
*/
typedef unspecified Insertion_result_type;
-
};
} // namespace alpha_complex