summaryrefslogtreecommitdiff
path: root/src/cython/include/Cubical_complex_interface.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-25 08:59:20 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-25 08:59:20 +0000
commitad9c182c0ffa8b517cd20d174de823db05250514 (patch)
treedc04f37ac0b8b3f42c36f6a608017d0d49c854f7 /src/cython/include/Cubical_complex_interface.h
parentbe37aaeadc31ed10ede53393237d939d4aa47c82 (diff)
Fix rips complex with the new interface
Remove mini simplex tree Fix persistent cohomology doc - only simplex tree used Remove useless type definition in Cython C++ interfaces git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2003 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fff43192b00df1c70d59109a6c14932013992ff1
Diffstat (limited to 'src/cython/include/Cubical_complex_interface.h')
-rw-r--r--src/cython/include/Cubical_complex_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/include/Cubical_complex_interface.h b/src/cython/include/Cubical_complex_interface.h
index 5d17ff6b..4c53523b 100644
--- a/src/cython/include/Cubical_complex_interface.h
+++ b/src/cython/include/Cubical_complex_interface.h
@@ -27,9 +27,9 @@
#include <gudhi/Bitmap_cubical_complex_base.h>
#include <gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h>
-#include <vector>
-#include <utility> // std::pair
#include <iostream>
+#include <vector>
+#include <string>
namespace Gudhi {