summaryrefslogtreecommitdiff
path: root/src/Contraction
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-16 10:40:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-16 10:40:34 +0000
commit91213bb50dbb53ec0257665da9a2e76ecabde2a2 (patch)
tree14d275c51f6fe07c29863c9187ebe0e3c78a327f /src/Contraction
parentc6c91153dde643af2c5b9c78a1b1b9b65349c292 (diff)
Visual 2013 fix about typename not allowed.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/skb_simplex_insertion_merge@924 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 641ead33dd7c9a97dd84e085e2d131d05c6ce8fb
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);