Skip to content

Commit e838161

Browse files
committed
modify the Makefile
1 parent c73bd57 commit e838161

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/Makefile.Objects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ OBJS_PSI_INITIALIZER=psi_initializer.o\
411411
psi_initializer_nao_random.o\
412412

413413
OBJS_PW=fft.o\
414+
fft_base.o\
415+
fft_temp.o\
414416
pw_basis.o\
415417
pw_basis_k.o\
416418
pw_basis_sup.o\

source/module_basis/module_pw/pw_basis.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ class PW_Basis
243243
int nmaxgr=0; // Gamma_only: max between npw and (nrxx+1)/2, others: max between npw and nrxx
244244
// Thus complex<double>[nmaxgr] is able to contain either reciprocal or real data
245245
FFT ft;
246+
FFT1 ft1;
246247
//The position of pointer in and out can be equal(in-place transform) or different(out-of-place transform).
247248

248249
template <typename FPTYPE>

0 commit comments

Comments
 (0)