From 1a307bbe857deb7ce72a098e717f3aa602e3bc44 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 15 Nov 2000 13:30:05 +0000 Subject: [PATCH] - Use Simple_[Circle_repC2, Sphere_repC3, Line_repC3]. --- .../Cartesian_kernel/include/CGAL/Simple_Cartesian_v2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/Cartesian_kernel/include/CGAL/Simple_Cartesian_v2.h b/Packages/Cartesian_kernel/include/CGAL/Simple_Cartesian_v2.h index da80d9d11fc..f69ade95bc8 100644 --- a/Packages/Cartesian_kernel/include/CGAL/Simple_Cartesian_v2.h +++ b/Packages/Cartesian_kernel/include/CGAL/Simple_Cartesian_v2.h @@ -175,7 +175,7 @@ struct Simple_Cartesian_v2_base : Ray_handle_2; typedef CGAL::Simple_Handle_for > Segment_handle_2; - typedef CGAL::Simple_Handle_for > + typedef CGAL::Simple_Handle_for > Circle_handle_2; typedef CGAL::Simple_Handle_for > Triangle_handle_2; @@ -190,7 +190,7 @@ struct Simple_Cartesian_v2_base : Vector_handle_3; typedef CGAL::Simple_Handle_for > Direction_handle_3; - typedef CGAL::Simple_Handle_for > + typedef CGAL::Simple_Handle_for > Line_handle_3; typedef CGAL::Simple_Handle_for > Plane_handle_3; @@ -198,7 +198,7 @@ struct Simple_Cartesian_v2_base : Ray_handle_3; typedef CGAL::Simple_Handle_for > Segment_handle_3; - typedef CGAL::Simple_Handle_for > + typedef CGAL::Simple_Handle_for > Sphere_handle_3; typedef CGAL::Simple_Handle_for > Triangle_handle_3;