Skip to content

Commit ddb09c7

Browse files
committed
iopt=-1 for dzfft
1 parent 13c7140 commit ddb09c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/numo/ffte/ffte.erb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ numo_ffte_<%=func%>(int argc, VALUE *args, VALUE mod)
339339
VALUE vb, vna;
340340
VALUE vres;
341341
int ndim;
342-
integer iopt=1, iopt_zero=0;
342+
integer iopt=-1, iopt_zero=0;
343343
fft_opt_t *g;
344344
integer <%=argmap(d){|i|"n#{i}"}%>;
345345
size_t n=1;

0 commit comments

Comments
 (0)