Author: luc
Date: Sun Mar 28 12:10:15 2010
New Revision: 928382
URL: http://svn.apache.org/viewvc?rev=928382&view=rev
Log:
removed wrong subscript
Modified:
commons/proper/math/trunk/src/site/xdoc/userguide/ode.xml
Modified: commons/proper/math/trunk/src/site/xdoc/userguide/ode.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/ode.xml?rev=928382&r1=928381&r2=928382&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/ode.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/ode.xml Sun Mar 28
12:10:15 2010
@@ -288,7 +288,7 @@ public int eventOccurred(double t, doubl
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>