git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@769107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-04-27 19:06:29 +00:00
parent 6adb238e5a
commit 0817c01f14
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public interface EventHandler extends Serializable {
* @param y array containing the current value of the state vector
* @param increasing if true, the value of the switching function increases
* when times increases around event (note that increase is measured with respect
* to physical time, not with respect to propagation which may go backward in time)
* to physical time, not with respect to integration which may go backward in time)
* @return indication of what the integrator should do next, this
* value must be one of {@link #STOP}, {@link #RESET_STATE},
* {@link #RESET_DERIVATIVES} or {@link #CONTINUE}