updated filter after replacement of MultistepStepInterpolator by NordsieckStepInterpolator
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@780643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72db912bd8
commit
3442dcd54a
|
@ -85,8 +85,8 @@
|
|||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.ode.sampling.MultistepStepInterpolator"/>
|
||||
<Method name="reinitialize" params="double[],double[],double[][],boolean" returns="void" />
|
||||
<Class name="org.apache.commons.math.ode.sampling.NordsieckStepInterpolator"/>
|
||||
<Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" />
|
||||
<Bug pattern="EI_EXPOSE_REP2" />
|
||||
</Match>
|
||||
<Match>
|
||||
|
|
Loading…
Reference in New Issue