summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index 5da39729..95f26510 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -38,9 +38,6 @@
namespace Gudhi {
-namespace persistent_cohomology{
- template<class T1, class T2> class Persistent_cohomology;
- }
/** \defgroup simplex_tree Filtered Complexes
*
@@ -121,8 +118,6 @@ class Simplex_tree {
friend class Simplex_tree_skeleton_simplex_iterator< Simplex_tree<FiltrationValue, SimplexKey, VertexHandle> >;
- template<class T1, class T2> friend class persistent_cohomology::Persistent_cohomology;
-
/* \brief Set of nodes sharing a same parent in the simplex tree. */
typedef Simplex_tree_siblings<Simplex_tree, Dictionary> Siblings;