We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7852 commit 80344acCopy full SHA for 80344ac
source/module_basis/module_pw/module_fft/fft_cpu.cpp
@@ -62,7 +62,6 @@ void FFT_CPU<double>::setupFFT()
62
default:
63
break;
64
}
65
- flag = FFTW_MEASURE;
66
z_auxg = (std::complex<double>*)fftw_malloc(sizeof(fftw_complex) * this->maxgrids);
67
z_auxr = (std::complex<double>*)fftw_malloc(sizeof(fftw_complex) * this->maxgrids);
68
d_rspace = (double*)z_auxg;
0 commit comments