Dropped System.out.println from test code.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1457138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02d2d148fc
commit
7dd09bfb64
|
@ -176,7 +176,6 @@ public class FieldHermiteInterpolatorTest {
|
|||
yP[k].subtract(yM[k]).divide(h.multiply(2)).getReal(),
|
||||
4.0e-8 * FastMath.abs(p[k].value(x.getReal())));
|
||||
}
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue