From b088d634d6d5496548d7feb93cbd1bce1ac94d6a Mon Sep 17 00:00:00 2001 From: fgodi Date: Thu, 3 May 2018 13:22:25 +0000 Subject: strange git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3411 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 68a8c63789279eab7c0bb08df74d3ed52d2a73dd --- src/Toplex_map/benchmark/chrono.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Toplex_map') 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 { -- cgit v1.2.3