MATH-795: in RealVectorAbstractTest, removed unused class variables.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1358355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3621d9d559
commit
f838857569
|
@ -184,10 +184,6 @@ public abstract class RealVectorAbstractTest {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// tolerances
|
|
||||||
protected double entryTolerance = 10E-16;
|
|
||||||
protected double normTolerance = 10E-14;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetDimension() {
|
public void testGetDimension() {
|
||||||
final double x = getPreferredEntryValue();
|
final double x = getPreferredEntryValue();
|
||||||
|
|
Loading…
Reference in New Issue