Skip to content

Commit a7b9ccb

Browse files
committed
poly: Crank up number of iterations for root finding.
1 parent 40bd51f commit a7b9ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pfasst/quadrature/polynomial.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespace pfasst
114114
*
115115
* @returns roots sorted with respect to their value
116116
*/
117-
vector<CoeffT> roots(size_t num_iterations=20, CoeffT ztol=1.0e-20) const;
117+
vector<CoeffT> roots(size_t num_iterations=100, CoeffT ztol=1.0e-20) const;
118118
//! @}
119119

120120
//! @{

0 commit comments

Comments
 (0)