summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2019-01-24 13:45:02 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2019-01-24 13:45:02 +0000
commit32bde4c643a8af5195d4e30450f29c3ed422af8f (patch)
treeb5941d0caf913bbb0f5c58ecd20b73d04e5ab800 /src/Persistent_cohomology/example
parente2487023711a163b51e403330fa6efb982badd59 (diff)
Fix persistence_from_file example when the file is not conform.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4075 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9a1b15f6d0b02084babd70ce8001cd90b6c35c85
Diffstat (limited to 'src/Persistent_cohomology/example')
-rw-r--r--src/Persistent_cohomology/example/persistence_from_file.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/persistence_from_file.cpp b/src/Persistent_cohomology/example/persistence_from_file.cpp
index 53456919..0a05c193 100644
--- a/src/Persistent_cohomology/example/persistence_from_file.cpp
+++ b/src/Persistent_cohomology/example/persistence_from_file.cpp
@@ -33,7 +33,6 @@
using namespace Gudhi;
using namespace Gudhi::persistent_cohomology;
-typedef int Vertex_handle;
typedef double Filtration_value;
void program_options(int argc, char * argv[]