mirror of https://github.com/CGAL/cgal
fixed typo
This commit is contained in:
parent
303abd113c
commit
fa5d8cf3cc
|
|
@ -1,3 +1,8 @@
|
|||
3.10 (27 Jun 2001)
|
||||
- fixed typo in traits class
|
||||
- added missing CGAL:: in example file
|
||||
- removed obsolete traits include in tests
|
||||
|
||||
3.9 (25 Jun 2001)
|
||||
- renamed convex_hull_points_2 to convex_hull_2 (keeping convex_hull_points_2
|
||||
for backward compatability, but it's undocumented)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public:
|
|||
typedef typename K::Less_xy_2 Less_xy_2;
|
||||
typedef typename K::Less_yx_2 Less_yx_2;
|
||||
typedef typename K::Left_of_line_2 Left_of_line_2;
|
||||
typedef typename K::Less_singed_distance_to_line_2
|
||||
typedef typename K::Less_signed_distance_to_line_2
|
||||
Less_signed_distance_to_line_2;
|
||||
typedef typename K::Less_rotate_ccw_2 Less_rotate_ccw_2;
|
||||
typedef typename K::Leftturn_2 Leftturn_2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue