X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Ffftw%2Ffftw.factor;h=a3bbdbf4bd4bb093ea9b03d16d7463d17c60dde5;hp=d1d271f0eced07b630dc0115456cfcef8bc63608;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/fftw/fftw.factor b/extra/fftw/fftw.factor index d1d271f0ec..a3bbdbf4bd 100644 --- a/extra/fftw/fftw.factor +++ b/extra/fftw/fftw.factor @@ -1,9 +1,8 @@ ! Copyright (c) 2014 John Benediktsson ! See http://factorcode.org/license.txt for BSD license. -USING: alien.c-types destructors fftw.ffi fry kernel locals math -math.functions math.vectors sequences sequences.private -specialized-arrays ; +USING: alien.c-types destructors fftw.ffi kernel math +math.vectors sequences sequences.private specialized-arrays ; SPECIALIZED-ARRAY: double SPECIALIZED-ARRAY: fftw_complex