From 4caabbbed95330722ea478ba14b98cc64bf62b3d Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 12 Nov 2008 11:40:52 +0000 Subject: [PATCH] back --- Cartesian_kernel/include/CGAL/Cartesian_converter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartesian_kernel/include/CGAL/Cartesian_converter.h b/Cartesian_kernel/include/CGAL/Cartesian_converter.h index c3a9f6dc7b7..bfaf9792019 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian_converter.h +++ b/Cartesian_kernel/include/CGAL/Cartesian_converter.h @@ -176,7 +176,7 @@ public: typedef typename K2::Circle_2 Circle_2; return Circle_2(operator()(a.center()), c(a.squared_radius()), - a.orientation()); + a.rep().orientation()); } typename K2::Triangle_2 @@ -244,7 +244,7 @@ public: typedef typename K2::Sphere_3 Sphere_3; return Sphere_3(operator()(a.center()), c(a.squared_radius()), - a.orientation()); + a.reo().orientation()); } typename K2::Circle_3