mirror of https://github.com/CGAL/cgal
Cleanup Kinetic_data_structures for header only
This commit is contained in:
parent
17c0403abd
commit
14dfd95f48
|
|
@ -84,10 +84,7 @@ void jama_polynomial_compute_roots(const double *begin, const double *end,
|
||||||
double lb, double ub,
|
double lb, double ub,
|
||||||
std::vector<double> &roots)
|
std::vector<double> &roots)
|
||||||
{
|
{
|
||||||
#ifdef CGAL_HEADER_ONLY
|
std::ptrdiff_t degree= end-begin-1;
|
||||||
int i = 0;
|
|
||||||
#endif
|
|
||||||
std::ptrdiff_t degree= endss-begin-1;
|
|
||||||
switch( degree) {
|
switch( degree) {
|
||||||
case -1:
|
case -1:
|
||||||
case 0:
|
case 0:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue