Removed unneeded annotation. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b078df4e Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b078df4e Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b078df4e
Branch: refs/heads/MATH_3_X Commit: b078df4ecdee192eb7c52ea1226edc45a50cb401 Parents: 09c2b5f Author: Luc Maisonobe <l...@apache.org> Authored: Fri Dec 25 15:08:43 2015 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Fri Dec 25 15:08:43 2015 +0100 ---------------------------------------------------------------------- .../math3/analysis/interpolation/TricubicInterpolatorTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/b078df4e/src/test/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatorTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatorTest.java b/src/test/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatorTest.java index d66e2d6..9f5dd87 100644 --- a/src/test/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatorTest.java +++ b/src/test/java/org/apache/commons/math3/analysis/interpolation/TricubicInterpolatorTest.java @@ -90,7 +90,6 @@ public final class TricubicInterpolatorTest { double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; double[][][] fval = new double[xval.length][yval.length][zval.length]; - @SuppressWarnings("unused") TricubicInterpolatingFunction tcf = new TricubicInterpolator().interpolate(xval, yval, zval, fval); // Valid.