Skip to content
Snippets Groups Projects
Commit 76dd77fc authored by Michael Haupt's avatar Michael Haupt
Browse files

address warning

parent 7946d074
Branches
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ public abstract class FFTFunctions {
@RBuiltin(name = "fft", kind = RBuiltinKind.SUBSTITUTE)
public abstract static class FFT extends FFTAdapter {
@Specialization
@SuppressWarnings("unused")
public Object doFFT(RAbstractVector zIn, byte inverse) {
@SuppressWarnings("unused")
RDerivedRFFI ffi = RFFIFactory.getRFFI().getRDerivedRFFI();
// ffi.fft_work(a, b, nseg, n, nspn, isn, work, iwork)
// ffi.fft_work(a, b, nseg, n, nspn, isn, work, iwork)
return RNull.instance;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment