updated examples, using the new files and classes names

This commit is contained in:
Luis Peñaranda
2010-04-01 11:29:00 +00:00
parent 5c19b80354
commit e66e3c23d8
5 changed files with 10 additions and 10 deletions
@@ -5,10 +5,10 @@
#if defined(CGAL_USE_GMP) && defined(CGAL_USE_MPFI) && defined(CGAL_USE_RS)
#include <CGAL/Algebraic_kernel_d_1_RS_Gmpz.h>
#include <CGAL/Algebraic_kernel_rs_gmpz_1.h>
#include <vector>
typedef CGAL::Algebraic_kernel_d_1_RS_Gmpz AK;
typedef CGAL::Algebraic_kernel_rs_gmpz_1 AK;
typedef AK::Polynomial_1 Polynomial_1;
typedef AK::Algebraic_real_1 Algebraic_real_1;
typedef AK::Coefficient Coefficient;