summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
diff options
context:
space:
mode:
authorsalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 10:17:53 +0000
committersalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 10:17:53 +0000
commitbd13c893ad2b0ce39ef3cf9bbe26bbca584762fb (patch)
treea53614de06f7743cba14e9e1290067f0f809576b /src/Simplex_tree
parent0a4f78b7112ca7ae2f12a0c40e0bffd27044fc06 (diff)
problem des (std::max) sous VS13
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@365 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 08e5d99027802c1337db98654f7cc2c4f401ceef
Diffstat (limited to 'src/Simplex_tree')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index 12be6e5d..2417313e 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -115,7 +115,9 @@ class Simplex_tree {
friend class Simplex_tree_boundary_simplex_iterator< Simplex_tree<FiltrationValue, SimplexKey, VertexHandle> >;
friend class Simplex_tree_complex_simplex_iterator< Simplex_tree<FiltrationValue, SimplexKey, VertexHandle> >;
friend class Simplex_tree_skeleton_simplex_iterator< Simplex_tree<FiltrationValue, SimplexKey, VertexHandle> >;
+
template<class T1, class T2> friend class Persistent_cohomology;
+
/* \brief Set of nodes sharing a same parent in the simplex tree. */
typedef Simplex_tree_siblings<Simplex_tree, Dictionary> Siblings;