Skip to content

Commit 9d85e33

Browse files
committed
Modify factory.py for possibly not all precisions
1 parent ea16c74 commit 9d85e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi4py_fft/fftw/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .utilities import FFTW_FORWARD, FFTW_MEASURE
1313

1414
fftlib = {}
15-
for k, v in zip(('F', 'D', 'G'), (fftwf_xfftn, fftw_xfftn, fftwl_xfftn))
15+
for k, v in zip(('F', 'D', 'G'), (fftwf_xfftn, fftw_xfftn, fftwl_xfftn)):
1616
if v is not None:
1717
fftlib[k] = v
1818

0 commit comments

Comments
 (0)