Skip to content

Commit 80344ac

Browse files
committed
reset the FFT_MEASURE
1 parent bed7852 commit 80344ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_basis/module_pw/module_fft/fft_cpu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ void FFT_CPU<double>::setupFFT()
6262
default:
6363
break;
6464
}
65-
flag = FFTW_MEASURE;
6665
z_auxg = (std::complex<double>*)fftw_malloc(sizeof(fftw_complex) * this->maxgrids);
6766
z_auxr = (std::complex<double>*)fftw_malloc(sizeof(fftw_complex) * this->maxgrids);
6867
d_rspace = (double*)z_auxg;

0 commit comments

Comments
 (0)