Author: luc
Date: Thu Mar 4 20:56:26 2010
New Revision: 919178
URL: http://svn.apache.org/viewvc?rev=919178&view=rev
Log:
typos
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobiansTest.java
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobiansTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobiansTest.java?rev=919178&r1=919177&r2=919178&view=diff
==============================================================================
---
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobiansTest.java
(original)
+++
commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobiansTest.java
Thu Mar 4 20:56:26 2010
@@ -32,12 +32,12 @@
public void testLowAccuracyExternalDifferentiation()
throws IntegratorException, DerivativeException {
// this test does not really test FirstOrderIntegratorWithJacobians,
- // it only shows the WITHOUT this class, attempting to recover
+ // it only shows that WITHOUT this class, attempting to recover
// the jacobians from external differentiation on simple integration
// results with loo accuracy gives very poor results. In fact,
// the curves dy/dp = g(b) when b varies from 2.88 to 3.08 are
// essentially noise.
- // This test is taken from Heirer, Norsett and Wanner book
+ // This test is taken from Hairer, Norsett and Wanner book
// Solving Ordinary Differential Equations I (Nonstiff problems),
// the curves dy/dp = g(b) are in figure 6.5
FirstOrderIntegrator integ =