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:
Luc Maisonobe 2008-07-14 15:14:42 +00:00
parent 0c125f71ed
commit a28698bb0c
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public class TestProblem4
}
public void resetState(double t, double[] y) {
y[0] = -y[0];
y[1] = -y[1];
}