removed wrong subscript

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-03-28 12:10:15 +00:00
parent 320c6467f2
commit 352a7b38df
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) {
from the <a
href="../apidocs/org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.ode.jacobians</a>
package instead of the top level ode package. These classes compute the jacobians
dy(t)/dy<sub>0</sub> and dy(t<sub>0</sub>)/dp where y<sub>0</sub> is the initial state
dy(t)/dy<sub>0</sub> and dy(t)/dp where y<sub>0</sub> is the initial state
and p is some ODE parameter.
</p>
<p>