summaryrefslogtreecommitdiff
path: root/src/Toplex_map/example/simple_toplex_map.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-16 14:06:53 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-16 14:06:53 +0000
commit418180d74ea25cfc70a272ab7e883d93ecb31e93 (patch)
tree5344546add0836922cc270fd77b7da0344c2e094 /src/Toplex_map/example/simple_toplex_map.cpp
parentc71dce7fe646cd4ca4da5f385cb0d97535e4d941 (diff)
Rename Lazy_Toplex_map accordingly to code conventions
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3957 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7e73d088dbc458f42219e6f7a50baf98d8db65ed
Diffstat (limited to 'src/Toplex_map/example/simple_toplex_map.cpp')
-rw-r--r--src/Toplex_map/example/simple_toplex_map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toplex_map/example/simple_toplex_map.cpp b/src/Toplex_map/example/simple_toplex_map.cpp
index 0d80f94e..912d79a0 100644
--- a/src/Toplex_map/example/simple_toplex_map.cpp
+++ b/src/Toplex_map/example/simple_toplex_map.cpp
@@ -4,7 +4,7 @@
*
* Author(s): Vincent Rouvreau
*
- * Copyright (C) 2017
+ * Copyright (C) 2018
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,12 +20,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <gudhi/Lazy_Toplex_map.h>
#include <gudhi/Toplex_map.h>
#include <iostream>
#include <utility> // for pair
#include <vector>
+#include <cassert>
int main(int argc, char * const argv[]) {
using Simplex = Gudhi::Toplex_map::Simplex;