summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
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 */