fixed a serialization warning

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@761325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-04-02 15:30:39 +00:00
parent 1125b705e4
commit 58a3d3b28e
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ public class EventState implements Serializable {
increasing = (gb >= ga);
final UnivariateRealFunction f = new UnivariateRealFunction() {
private static final long serialVersionUID = 620905575148456915L;
public double value(final double t) throws FunctionEvaluationException {
try {
interpolator.setInterpolatedTime(t);