summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-11 16:27:44 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-11 16:27:44 +0200
commit8867d40f40c4d35fa2988e8b70b0290744d9c74a (patch)
tree71e365e94c4222d1273a38a762e20228c74e5dd4 /src/Alpha_complex
parent5e96f167e9f8d847ed82b37dd82bdfd60202660d (diff)
try to fix Alpha_complex_test_unit on windows
Diffstat (limited to 'src/Alpha_complex')
-rw-r--r--src/Alpha_complex/test/Alpha_complex_unit_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/test/Alpha_complex_unit_test.cpp b/src/Alpha_complex/test/Alpha_complex_unit_test.cpp
index 622fcae8..b46b6da5 100644
--- a/src/Alpha_complex/test/Alpha_complex_unit_test.cpp
+++ b/src/Alpha_complex/test/Alpha_complex_unit_test.cpp
@@ -42,7 +42,7 @@
// Use dynamic_dimension_tag for the user to be able to set dimension
typedef CGAL::Epick_d< CGAL::Dynamic_dimension_tag > Kernel_d;
// Use static dimension_tag for the user not to be able to set dimension
-typedef CGAL::Epick_d< CGAL::Dimension_tag<2> > Kernel_s;
+typedef CGAL::Epick_d< CGAL::Dimension_tag<3> > Kernel_s;
// The triangulation uses the default instantiation of the TriangulationDataStructure template parameter
typedef boost::mpl::list<Kernel_d, Kernel_s> list_of_kernel_variants;