mirror of https://github.com/CGAL/cgal
Revert to dimension 100
This commit is contained in:
parent
5b8b91564e
commit
93fc346fbc
|
|
@ -332,7 +332,7 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
if (test_set.empty() || test_set.count(8))
|
if (test_set.empty() || test_set.count(8))
|
||||||
{
|
{
|
||||||
using Kernel = CGAL::Epeck_d<CGAL::Dimension_tag<3>>;
|
using Kernel = CGAL::Epeck_d<CGAL::Dimension_tag<100>>;
|
||||||
using Traits = CGAL::Frechet_distance_traits_d<Kernel>;
|
using Traits = CGAL::Frechet_distance_traits_d<Kernel>;
|
||||||
using Point = Kernel::Point_d;
|
using Point = Kernel::Point_d;
|
||||||
std::cout <<"CGAL::Epeck_d\n";
|
std::cout <<"CGAL::Epeck_d\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue