summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/benchmark/chrono.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toplex_map/benchmark/chrono.cpp b/src/Toplex_map/benchmark/chrono.cpp
index 10449b48..bbe28da0 100644
--- a/src/Toplex_map/benchmark/chrono.cpp
+++ b/src/Toplex_map/benchmark/chrono.cpp
@@ -7,8 +7,8 @@
using namespace Gudhi;
-typedef Simplex typeVectorVertex;
-typedef std::pair< Simplex_tree<>::Simplex_handle, bool > typePairSimplexBool;
+typedef Toplex_map::Vertex Vertex;
+typedef Toplex_map::Simplex Simplex;
class ST_wrapper {