mirror of https://github.com/CGAL/cgal
Adapted to change in Polynomial package
This commit is contained in:
parent
1ab7859a3e
commit
bca0d6bed5
|
|
@ -444,7 +444,7 @@ protected:
|
|||
CGAL_ACK_DEBUG_PRINT << "k=" << k << ", Compute m..." << std::flush;
|
||||
#endif
|
||||
*/
|
||||
m = CGAL::stha_count_number_of_real_roots(it,spec_stha.end());
|
||||
m = CGAL::number_of_real_roots(it,spec_stha.end());
|
||||
/*
|
||||
#if CGAL_ACK_DEBUG_FLAG
|
||||
CGAL_ACK_DEBUG_PRINT << "done" << std::endl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue