Possibly misleading comment in "ODEIntegrator" interface definition
-------------------------------------------------------------------
Key: MATH-600
URL: https://issues.apache.org/jira/browse/MATH-600
Project: Commons Math
Issue Type: Task
Reporter: Gilles
Assignee: Luc Maisonobe
Priority: Trivial
The method {{addEventHandler}} of interface {{ODEIntegrator}} has this comment:
{noformat}
/** Add an event handler to the integrator. Uses a {@link BrentSolver}
* with an absolute accuracy equal to the given convergence threshold,
* as root-finding algorithm to detect the state events.
{noformat}
{{ODEIntegrator}} being an interface it cannot enforce that a specific solver
will be used in all implementations.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira