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:
Phil Steitz 2013-03-15 21:49:05 +00:00
parent 02d2d148fc
commit 7dd09bfb64
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}
}