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:
parent
1125b705e4
commit
58a3d3b28e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue