diff --git a/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h b/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h index de545305449..cdb56662da6 100644 --- a/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h +++ b/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h @@ -48,18 +48,19 @@ TODO: CORRECT THE MAKE_ROOT_OF_2 of GMPq GMPz CGAL_BEGIN_NAMESPACE +namespace CGALi { /* #ifdef CGAL_USE_GMP typedef CGAL::Gmpq NT1; #else */ - typedef CGAL::Quotient NT1; + typedef Quotient NT1; /* #endif */ - typedef CGAL::Cartesian Linear_k1; - typedef CGAL::Algebraic_kernel_for_circles_2_2 Algebraic_k1; - typedef CGAL::Circular_kernel_2 CK1; + typedef Cartesian Linear_k1; + typedef Algebraic_kernel_for_circles_2_2 Algebraic_k1; + typedef Circular_kernel_2 CK1; // typedef CGAL::Interval_nt_advanced NT2; // typedef CGAL::Cartesian Linear_k2; @@ -68,7 +69,10 @@ CGAL_BEGIN_NAMESPACE // typedef CGAL::Lazy_circular_kernel_2 // Exact_circular_kernel_2; - typedef CGAL::Filtered_bbox_circular_kernel_2 Exact_circular_kernel_2; + +} // namespace CGALi + +typedef Filtered_bbox_circular_kernel_2 Exact_circular_kernel_2; CGAL_END_NAMESPACE