From 6673dbcb6474d8521cf79dd6b7a1f342b17cee17 Mon Sep 17 00:00:00 2001 From: fgodi Date: Sun, 8 Jul 2018 08:23:13 +0000 Subject: ordered simplices git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3685 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 56442cd98146404e1b9eab10d32bb3d18aa2baee --- src/Toplex_map/include/gudhi/Toplex_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toplex_map') diff --git a/src/Toplex_map/include/gudhi/Toplex_map.h b/src/Toplex_map/include/gudhi/Toplex_map.h index 7a2e5b09..73d2c63d 100644 --- a/src/Toplex_map/include/gudhi/Toplex_map.h +++ b/src/Toplex_map/include/gudhi/Toplex_map.h @@ -25,7 +25,7 @@ public: /** Simplex is the type of simplices. * \ingroup toplex_map */ - typedef std::unordered_set Simplex; + typedef std::set Simplex; /** The type of the pointers to maximal simplices. * \ingroup toplex_map */ -- cgit v1.2.3