mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
Fixed CheckStyle warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdde40a7fd
commit
ab55ca0799
@ -47,6 +47,9 @@ public abstract class BaseAbstractUnivariateIntegrator implements UnivariateInte
|
||||
/** Default maximal iteration count. */
|
||||
public static final int DEFAULT_MAX_ITERATIONS_COUNT = Integer.MAX_VALUE;
|
||||
|
||||
/** The iteration count. */
|
||||
protected final Incrementor iterations;
|
||||
|
||||
/** Maximum absolute error. */
|
||||
private final double absoluteAccuracy;
|
||||
|
||||
@ -56,9 +59,6 @@ public abstract class BaseAbstractUnivariateIntegrator implements UnivariateInte
|
||||
/** minimum number of iterations */
|
||||
private final int minimalIterationCount;
|
||||
|
||||
/** The iteration count. */
|
||||
protected final Incrementor iterations;
|
||||
|
||||
/** The functions evaluation count. */
|
||||
private final Incrementor evaluations;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user