Adapted to change in Polynomial package

This commit is contained in:
Michael Kerber 2009-05-14 15:56:21 +00:00
parent 1ab7859a3e
commit bca0d6bed5
1 changed files with 1 additions and 1 deletions

View File

@ -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;