You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/module_pw/fft.cpp
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ FFT::~FFT()
36
36
#endif
37
37
}
38
38
39
-
void FFT:: initfft(int nx_in, int bigny_in, int nz_in, int ns_in, int nplane_in, int nproc_in, bool gamma_only_in, bool mpifft_in)
39
+
void FFT:: initfft(int nx_in, int bigny_in, int nz_in, intlix_in, int rix_in, intns_in, int nplane_in, int nproc_in, bool gamma_only_in, bool mpifft_in)
40
40
{
41
41
this->gamma_only = gamma_only_in;
42
42
this->nx = nx_in;
@@ -45,6 +45,8 @@ void FFT:: initfft(int nx_in, int bigny_in, int nz_in, int ns_in, int nplane_in,
0 commit comments