summaryrefslogtreecommitdiff
path: root/cython/include/Tangential_complex_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cython/include/Tangential_complex_interface.h')
-rw-r--r--cython/include/Tangential_complex_interface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cython/include/Tangential_complex_interface.h b/cython/include/Tangential_complex_interface.h
index 5e9dc0e4..0c3a510e 100644
--- a/cython/include/Tangential_complex_interface.h
+++ b/cython/include/Tangential_complex_interface.h
@@ -105,9 +105,7 @@ class Tangential_complex_interface {
}
void create_simplex_tree(Simplex_tree<>* simplex_tree) {
- int max_dim = tangential_complex_->create_complex<Gudhi::Simplex_tree<Gudhi::Simplex_tree_options_full_featured>>(*simplex_tree);
- // FIXME
- simplex_tree->set_dimension(max_dim);
+ tangential_complex_->create_complex<Gudhi::Simplex_tree<Gudhi::Simplex_tree_options_full_featured>>(*simplex_tree);
simplex_tree->initialize_filtration();
}