Repository: commons-math Updated Branches: refs/heads/field-ode 97a65021c -> c89d2453c
Fixed javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c89d2453 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c89d2453 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c89d2453 Branch: refs/heads/field-ode Commit: c89d2453c511b57addb34e0fc3621f9f195a4394 Parents: 97a6502 Author: Luc Maisonobe <l...@apache.org> Authored: Sun Nov 15 10:44:13 2015 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Sun Nov 15 10:44:13 2015 +0100 ---------------------------------------------------------------------- .../commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/c89d2453/src/main/java/org/apache/commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java b/src/main/java/org/apache/commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java index 1b55db8..3a3a96c 100644 --- a/src/main/java/org/apache/commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java +++ b/src/main/java/org/apache/commons/math3/ode/nonstiff/EulerFieldStepInterpolator.java @@ -52,11 +52,11 @@ class EulerFieldStepInterpolator<T extends RealFieldElement<T>> /** Simple constructor. * This constructor builds an instance that is not usable yet, the * {@link - * org.apache.commons.math3.ode.sampling.AbstractStepInterpolator#reinitialize} + * org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator#reinitialize} * method should be called before using the instance in order to * initialize the internal arrays. This constructor is used only * in order to delay the initialization in some cases. The {@link - * RungeKuttaIntegrator} class uses the prototyping design pattern + * RungeKuttaFieldIntegrator} class uses the prototyping design pattern * to create the step interpolators by cloning an uninitialized model * and later initializing the copy. */