summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/concept
diff options
context:
space:
mode:
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