summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-13 09:43:14 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-13 09:43:14 +0000
commit64b6499858101c47374a9a6b24dd8ec001147982 (patch)
tree5b5cedfc384dae39ca07713beca5eaf36de6b23c /src/Toplex_map
parentd8e1da2f6465e3d6baa0c6e921a3cc0b9ce3f2c7 (diff)
strong witness compatibility
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@2785 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: eee09c30f4a5503f800761a7dbe4d08401b5bc1f
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/include/gudhi/Fake_simplex_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
index 5c7e7b12..60f8981a 100644
--- a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
+++ b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
@@ -14,6 +14,8 @@ public:
typedef Simplex_ptr Simplex_handle;
+ typedef void Insertion_result_type;
+
/** \brief Inserts a given range `Gudhi::rips_complex::Rips_complex::OneSkeletonGraph` in the simplicial
* complex. */
template<class OneSkeletonGraph>