Removed unneeded annotation.

This commit is contained in:
Luc Maisonobe 2015-12-25 15:08:43 +01:00
parent 09c2b5fff3
commit b078df4ecd
1 changed files with 0 additions and 1 deletions

View File

@ -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.