summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example/example_strong_witness_complex_off.cpp
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 16:49:21 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 16:49:21 +0000
commit899838ae83f4a9cea085ba877e91a7ca035fbb4d (patch)
tree76c56df09e6ad006f94aa46b0d355492e4830f4b /src/Witness_complex/example/example_strong_witness_complex_off.cpp
parent81575612aaa0552307a6c744c327765ff89165e4 (diff)
parent707120336966af3dffb8b54cd0095fc1bcc3836d (diff)
Merged with trunk + minor changes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2094 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6b23778cbe43e7697cd325039e843758a263d927
Diffstat (limited to 'src/Witness_complex/example/example_strong_witness_complex_off.cpp')
-rw-r--r--src/Witness_complex/example/example_strong_witness_complex_off.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/example/example_strong_witness_complex_off.cpp b/src/Witness_complex/example/example_strong_witness_complex_off.cpp
index 61b8bc4a..c9a3b543 100644
--- a/src/Witness_complex/example/example_strong_witness_complex_off.cpp
+++ b/src/Witness_complex/example/example_strong_witness_complex_off.cpp
@@ -17,7 +17,7 @@
typedef CGAL::Epick_d<CGAL::Dynamic_dimension_tag> K;
typedef typename K::Point_d Point_d;
typedef typename Gudhi::witness_complex::Euclidean_strong_witness_complex<K> Witness_complex;
-typedef std::vector< Vertex_handle > typeVectorVertex;
+typedef std::vector< typename Gudhi::Simplex_tree<>::Vertex_handle > typeVectorVertex;
typedef std::vector< Point_d > Point_vector;
int main(int argc, char * const argv[]) {