diff options
Diffstat (limited to 'src/2geom/solver.h')
| -rw-r--r-- | src/2geom/solver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/solver.h b/src/2geom/solver.h index 87365ab33..13153c22c 100644 --- a/src/2geom/solver.h +++ b/src/2geom/solver.h @@ -27,7 +27,7 @@ find_bernstein_roots( unsigned degree, /* The degree of the polynomial */ std::vector<double> & solutions, /* RETURN candidate t-values */ unsigned depth, /* The depth of the recursion */ - double left_t=0, double right_t=1); + double left_t=0, double right_t=1, bool use_secant=true); }; #endif |
