increased max evaluation count to allow root bracketing post-processing

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1144890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-07-10 16:06:44 +00:00
parent c65e8fdd4e
commit ddd7f07939
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class EventStateTest {
final double tolerance = 0.1;
EventState es = new EventState(closeEventsGenerator, 1.5 * gap,
tolerance, 10,
tolerance, 100,
new BrentSolver(tolerance));
AbstractStepInterpolator interpolator =