Fixed javadoc for ODEIntegrator interface.

JIRA: MATH-600

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1138419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-06-22 12:03:51 +00:00
parent 04cb14727d
commit d778da77e0
2 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,8 @@ public interface ODEIntegrator {
*/ */
void clearStepHandlers(); void clearStepHandlers();
/** Add an event handler to the integrator. Uses a {@link BrentSolver} /** Add an event handler to the integrator.
* Uses a default {@link UnivariateRealSolver}
* with an absolute accuracy equal to the given convergence threshold, * with an absolute accuracy equal to the given convergence threshold,
* as root-finding algorithm to detect the state events. * as root-finding algorithm to detect the state events.
* @param handler event handler * @param handler event handler

View File

@ -52,6 +52,9 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces! If the output is not quite correct, check for invisible trailing spaces!
--> -->
<release version="3.0" date="TBD" description="TBD"> <release version="3.0" date="TBD" description="TBD">
<action dev="luc" type="fix" issue="MATH-600">
Fixed javadoc for ODEIntegrator interface
</action>
<action dev="luc" type="fix" issue="MATH-595" due-to="Dennis Hendriks" > <action dev="luc" type="fix" issue="MATH-595" due-to="Dennis Hendriks" >
Extended StepNormalizer with normalization mode and bounds settings. Extended StepNormalizer with normalization mode and bounds settings.
</action> </action>