From 352a7b38dfc7d5f976fd3a9b6e8ceff980ce21d7 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe
Date: Sun, 28 Mar 2010 12:10:15 +0000
Subject: [PATCH] removed wrong subscript
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928382 13f79535-47bb-0310-9956-ffa450edef68
---
src/site/xdoc/userguide/ode.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml
index 9f63cc1d1..40dfd5d8a 100644
--- a/src/site/xdoc/userguide/ode.xml
+++ b/src/site/xdoc/userguide/ode.xml
@@ -288,7 +288,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) {
from the org.apache.commons.ode.jacobians
package instead of the top level ode package. These classes compute the jacobians
- dy(t)/dy0 and dy(t0)/dp where y0 is the initial state
+ dy(t)/dy0 and dy(t)/dp where y0 is the initial state
and p is some ODE parameter.