From 6a25f7700a6f024b3bcc1c8f6fefd25b1af602af Mon Sep 17 00:00:00 2001 From: Shai Hirsch Date: Wed, 2 May 2001 14:50:45 +0000 Subject: [PATCH] Changed leda_rational to Quotien and did some cosmetic changes. --- Packages/Planar_map/examples/Planar_map/example9.C | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Packages/Planar_map/examples/Planar_map/example9.C b/Packages/Planar_map/examples/Planar_map/example9.C index fc1b808dd1e..87e9794e7f8 100644 --- a/Packages/Planar_map/examples/Planar_map/example9.C +++ b/Packages/Planar_map/examples/Planar_map/example9.C @@ -1,15 +1,18 @@ -#include //CGAL definitions that need to be before anything -#include +// example9 + +#include //CGAL definitions that need to come before anything + +//#include +#include -#include #include #include #include - #include #include +#include //uncomment if you have LEDA installed. //#include @@ -18,7 +21,8 @@ //uncomment if you have LEDA installed. //#include -typedef leda_rational NT; +//typedef leda_rational NT; +typedef CGAL::Quotient NT; typedef CGAL::Cartesian R; typedef CGAL::Pm_segment_exact_traits Traits; typedef CGAL::Pm_default_dcel Dcel;