Removed unneeded annotation.
This commit is contained in:
parent
09c2b5fff3
commit
b078df4ecd
|
@ -90,7 +90,6 @@ public final class TricubicInterpolatorTest {
|
||||||
double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5};
|
double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5};
|
||||||
double[][][] fval = new double[xval.length][yval.length][zval.length];
|
double[][][] fval = new double[xval.length][yval.length][zval.length];
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
TricubicInterpolatingFunction tcf = new TricubicInterpolator().interpolate(xval, yval, zval, fval);
|
TricubicInterpolatingFunction tcf = new TricubicInterpolator().interpolate(xval, yval, zval, fval);
|
||||||
|
|
||||||
// Valid.
|
// Valid.
|
||||||
|
|
Loading…
Reference in New Issue