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:
Sebastien Brisard 2012-07-06 19:07:07 +00:00
parent 3621d9d559
commit f838857569
1 changed files with 0 additions and 4 deletions

View File

@ -184,10 +184,6 @@ public abstract class RealVectorAbstractTest {
};
}
// tolerances
protected double entryTolerance = 10E-16;
protected double normTolerance = 10E-14;
@Test
public void testGetDimension() {
final double x = getPreferredEntryValue();