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:
Luc Maisonobe 2009-06-01 13:21:03 +00:00
parent 72db912bd8
commit 3442dcd54a
1 changed files with 2 additions and 2 deletions

View File

@ -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>