correct use of Get_arithmetic_kernel

This commit is contained in:
Eric Berberich 2008-03-13 10:52:24 +00:00
parent bf9a6ea8fe
commit 0f2f11ab92
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include <CGAL/basic.h>
#include <CGAL/Polynomial.h>
#include <CGAL/Arithmetic_kernel.h>
#include <CGAL/Algebraic_kernel_d/Algebraic_real_pure.h>
#include <CGAL/Algebraic_kernel_d/Descartes.h>
#include <CGAL/Algebraic_kernel_d/Real_roots.h>
@ -215,7 +216,7 @@ namespace CGALi {
template< class Coefficient,
class Boundary = typename CGALi::Get_arithmetic_kernel< Coefficient >::Arithmetic_kernel::Rational,
class Boundary = typename CGAL::Get_arithmetic_kernel< Coefficient >::Arithmetic_kernel::Rational,
class RepClass = CGALi::Algebraic_real_rep< Coefficient, Boundary >,
class Isolator = CGALi::Descartes< typename CGAL::Polynomial< Coefficient >, Boundary > >
class Algebraic_kernel_1