mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Cannot inherit without a parent to inherit from
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1197483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a2a74e9d5
commit
553f0ec8d8
@ -40,12 +40,10 @@ class ParameterizedWrapper implements ParameterizedODE {
|
||||
this.fode = ode;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public int getDimension() {
|
||||
return fode.getDimension();
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public void computeDerivatives(double t, double[] y, double[] yDot) {
|
||||
fode.computeDerivatives(t, y, yDot);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user