Adapted to the new intern polynomial namespace name.

This commit is contained in:
Sebastian Limbach 2007-06-18 11:09:22 +00:00
parent 62c24eb37e
commit 75da9a5934
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void test_algebraic_kernel_d_1() {
refine( ar, 100 );
CGAL_test_assert( CGAL::abs( upper_boundary( ar ) - lower_boundary( ar ) ) <
(typename ART::Boundary(1) / INTERN_POLYNOMIAL::ipower(typename ART::Boundary(2), 99 )) );
(typename ART::Boundary(1) / POLYNOMIAL::ipower(typename ART::Boundary(2), 99 )) );
}