mirror of https://github.com/CGAL/cgal
fix typo
This commit is contained in:
parent
5c32905483
commit
9d4abdcaad
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||||
typedef K::Point_2 Point_2;
|
typedef K::Point_2 Point_2;
|
||||||
typdef std::vector<Point_2> Points;
|
typedef std::vector<Point_2> Points;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue