mirror of https://github.com/CGAL/cgal
typo in example
This commit is contained in:
parent
1ebd614867
commit
ddf3695a2d
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double?;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Traits = CGAL::Frechet_distance_traits_3<Kernel>;
|
using Traits = CGAL::Frechet_distance_traits_3<Kernel>;
|
||||||
using Point = Traits::Point;
|
using Point = Traits::Point;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue