Template parameter for Bitstream_descartes changed

This commit is contained in:
Michael Kerber 2008-08-14 13:59:02 +00:00
parent 072093c571
commit 68a5bc3916
1 changed files with 6 additions and 1 deletions

View File

@ -1585,7 +1585,12 @@ void horizontal_clip()
decompose(engine.y_max_r, num, denom);
top_poly = msf(support->polynomial_2().evaluate_homogeneous(num, denom));
CGAL::CGALi::Bitstream_descartes<Poly_dst_1, Rational>
CGAL::CGALi::Bitstream_descartes<
CGAL::CGALi::Bitstream_descartes_rndl_tree_traits
< CGAL::CGALi::Bitstream_coefficient_kernel
<typename Poly_dst_1::NT>
>
>
isolator_btm(btm_poly), isolator_top(top_poly);
int n_roots = isolator_btm.number_of_real_roots(), i;