summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-07-08 08:23:13 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-07-08 08:23:13 +0000
commit6673dbcb6474d8521cf79dd6b7a1f342b17cee17 (patch)
treef746a09227e93e311c7f1ad6be22148776bcff60 /src/Toplex_map
parent516e2942d8529e03311539ad0b001b33e45721f4 (diff)
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
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/include/gudhi/Toplex_map.h2
1 files changed, 1 insertions, 1 deletions
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<Toplex_map::Vertex> Simplex;
+ typedef std::set<Toplex_map::Vertex> Simplex;
/** The type of the pointers to maximal simplices.
* \ingroup toplex_map */