summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/concept
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-05 20:57:19 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-05 20:57:19 +0000
commit1693786349ba3a3c7ca003d8a2e8afd6f0556539 (patch)
treefb09a15da9fcfe240b33d7f991fe81424ed7a483 /src/Alpha_complex/concept
parent3950bb33f65f4831060f10a73c7e88cdfe9717bf (diff)
Fix review comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_create_complex@1648 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: de0b4f12b6eb814224df13c5cec1069310115efa
Diffstat (limited to 'src/Alpha_complex/concept')
-rw-r--r--src/Alpha_complex/concept/Simplicial_complex_for_alpha.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h b/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
index 0cbf1769..2b8bff94 100644
--- a/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
+++ b/src/Alpha_complex/concept/Simplicial_complex_for_alpha.h
@@ -60,9 +60,6 @@ struct SimplicialComplexForAlpha {
/** 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();
-
/** \brief Iterator over vertices of a simplex.
*
* 'value type' must be 'Vertex_handle'.*/