This commit is contained in:
Andreas Fabri 2008-11-25 10:09:11 +00:00
parent 5c32905483
commit 9d4abdcaad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef K::Point_2 Point_2;
typdef std::vector<Point_2> Points;
typedef std::vector<Point_2> Points;
int main()
{