/[Apache-SVN]
ViewVC logotype

Revision 590660


Jump to revision: Previous Next
Author: luc
Date: Wed Oct 31 13:16:32 2007 UTC (16 years, 11 months ago)
Changed paths: 19
Log Message:
Replaced the misused clone method in step interpolators
by a dedicated copy method that handles steps finalization
automatically and hence may trigger DerivativeException.
This should simplify usage and avoid nasty errors caused
by forgotten finalization

Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ClassicalRungeKuttaStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ContinuousOutputModel.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince54StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince853StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DummyStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/EulerStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GillStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GraggBulirschStoerStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/HighamHall54StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/MidpointStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/RungeKuttaFehlbergIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/RungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ThreeEighthesStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/DormandPrince54StepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/DormandPrince853StepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/GraggBulirschStoerStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/HighamHall54StepInterpolatorTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26