From 94c2f5880291d872bca40c940841e0a95d3c4df7 Mon Sep 17 00:00:00 2001 From: salinasd Date: Thu, 18 Dec 2014 08:55:32 +0000 Subject: friend class removed git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@378 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ea30880fbd7e65b61cfbe8644301786b63a01e2b --- src/Simplex_tree/include/gudhi/Simplex_tree.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Simplex_tree') 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 Persistent_cohomology; - } /** \defgroup simplex_tree Filtered Complexes * @@ -121,8 +118,6 @@ class Simplex_tree { friend class Simplex_tree_skeleton_simplex_iterator< Simplex_tree >; - template friend class persistent_cohomology::Persistent_cohomology; - /* \brief Set of nodes sharing a same parent in the simplex tree. */ typedef Simplex_tree_siblings Siblings; -- cgit v1.2.3