summaryrefslogtreecommitdiff
path: root/src/python/include/Euclidean_witness_complex_interface.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-04-29 23:00:17 +0200
committerMarc Glisse <marc.glisse@inria.fr>2020-04-29 23:00:17 +0200
commit73a74011e4b5af0794f0463295beca924d32e0ee (patch)
treefb825dc77e9984594109f9ea48838d0544dfca1e /src/python/include/Euclidean_witness_complex_interface.h
parent74155081bb8b3330c562d5c40d7f0a32fc188012 (diff)
parent0bba67db83f33ff608366057d9c4f005fa6a514b (diff)
Merge remote-tracking branch 'origin/master' into dtmdensity
Diffstat (limited to 'src/python/include/Euclidean_witness_complex_interface.h')
-rw-r--r--src/python/include/Euclidean_witness_complex_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/include/Euclidean_witness_complex_interface.h b/src/python/include/Euclidean_witness_complex_interface.h
index 5d7dbdc2..4411ae79 100644
--- a/src/python/include/Euclidean_witness_complex_interface.h
+++ b/src/python/include/Euclidean_witness_complex_interface.h
@@ -49,12 +49,10 @@ class Euclidean_witness_complex_interface {
void create_simplex_tree(Gudhi::Simplex_tree<>* simplex_tree, double max_alpha_square, std::size_t limit_dimension) {
witness_complex_->create_complex(*simplex_tree, max_alpha_square, limit_dimension);
- simplex_tree->initialize_filtration();
}
void create_simplex_tree(Gudhi::Simplex_tree<>* simplex_tree, double max_alpha_square) {
witness_complex_->create_complex(*simplex_tree, max_alpha_square);
- simplex_tree->initialize_filtration();
}
std::vector<double> get_point(unsigned vh) {