fixed test which did not bounce properly when convergence setting was low
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@676620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c125f71ed
commit
a28698bb0c
|
@ -113,6 +113,7 @@ public class TestProblem4
|
|||
}
|
||||
|
||||
public void resetState(double t, double[] y) {
|
||||
y[0] = -y[0];
|
||||
y[1] = -y[1];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue