Author: luc
Date: Thu Mar 25 10:55:55 2010
New Revision: 927342
URL: http://svn.apache.org/viewvc?rev=927342&view=rev
Log:
typo
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.java?rev=927342&r1=927341&r2=927342&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.java
Thu Mar 25 10:55:55 2010
@@ -42,7 +42,7 @@ import org.apache.commons.math.ode.sampl
* is extended with jacobians of the raw ODE and the variational equations are
* added to form a new compound problem of higher dimension. If the original
ODE
* problem has dimension n and there are p parameters, the compound problem
will
- * have dimension n × (1 + n + k).</p>
+ * have dimension n × (1 + n + p).</p>
* @see ParameterizedODE
* @see ODEWithJacobians
* @version $Revision$ $Date$