summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 15:25:50 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 15:25:50 +0000
commit20dce046a003850f49c4e1d995348bc8e4cef85b (patch)
tree1f51a09c28f5d9a48af8c8fbce62da9124c7be50 /src/Alpha_complex/include/gudhi/Alpha_complex.h
parente0940ef5613346858ddd4be6018363c4f9ad5afb (diff)
parent961d3264b4554cdd03d1c5a13e714e1ea38733ff (diff)
Merge ST_automatic_dimension_set branch development in trunk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2834 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 41049bafd6f470536e7a81ac9ad76e3d9395f8e9
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h
index 1ff95c3d..5f7d7622 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h
@@ -268,8 +268,6 @@ class Alpha_complex {
return false; // ----- >>
}
- complex.set_dimension(triangulation_->maximal_dimension());
-
// --------------------------------------------------------------------------------------------
// Simplex_tree construction from loop on triangulation finite full cells list
if (triangulation_->number_of_vertices() > 0) {