Author: luc Date: Mon Apr 27 19:06:29 2009 New Revision: 769107 URL: http://svn.apache.org/viewvc?rev=769107&view=rev Log: typo
Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java?rev=769107&r1=769106&r2=769107&view=diff ============================================================================== --- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java (original) +++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java Mon Apr 27 19:06:29 2009 @@ -134,7 +134,7 @@ * @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}