summaryrefslogtreecommitdiff
path: root/src/Contraction
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-16 10:51:47 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-16 10:51:47 +0000
commite35a90975ee8596a06cc46dc0a887d21545fbf5d (patch)
tree464adcfdff528282ad1443604ac9b8ad594f3920 /src/Contraction
parentda50b2dc9acbd67df5c1faf8fd5d8938574b08cb (diff)
parent91213bb50dbb53ec0257665da9a2e76ecabde2a2 (diff)
Backmerge of skb_simplex_insertion_merge development (Visual 2013 compilation fix)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@926 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 02af27259b14bb6d779567041adce67619c41dac
Diffstat (limited to 'src/Contraction')
-rw-r--r--src/Contraction/example/Garland_heckbert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Contraction/example/Garland_heckbert.cpp b/src/Contraction/example/Garland_heckbert.cpp
index 3ba9501b..b545a066 100644
--- a/src/Contraction/example/Garland_heckbert.cpp
+++ b/src/Contraction/example/Garland_heckbert.cpp
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]) {
}
Complex complex;
- typedef typename Complex::Vertex_handle Vertex_handle;
+ typedef Complex::Vertex_handle Vertex_handle;
// load the points
Skeleton_blocker_off_reader<Complex> off_reader(argv[1], complex);