diff --git a/Circular_kernel_2/demo/Circular_kernel_2/demo_elias.cpp b/Circular_kernel_2/demo/Circular_kernel_2/demo_elias.cpp index 1a4a2935f86..0da239ab82d 100644 --- a/Circular_kernel_2/demo/Circular_kernel_2/demo_elias.cpp +++ b/Circular_kernel_2/demo/Circular_kernel_2/demo_elias.cpp @@ -70,26 +70,17 @@ int main() { #include #include -// #include -// #include -// #include - #include #include -//typedef CGAL::MP_Float NT; typedef SYNAPS::QQ NT; typedef SYNAPS::ZZ RT; -//typedef CGAL::Gmpq NT; -// typedef CGAL::Lazy_exact_nt NT; -// typedef CGAL::Lazy_exact_nt > NT; -// typedef CGAL::Lazy_exact_nt > NT; typedef CGAL::Cartesian Linear_k; typedef SYNAPS::Algebraic_kernel_2 Algebraic_k; -typedef CGAL::Curved_kernel Curved_k; -// typedef CGAL::Curved_kernel Curved_k; +typedef CGAL::Circular_kernel_2 Curved_k; + typedef Curved_k::Circular_arc_2 Arc; typedef std::vector ArcContainer;