Skip to content

Commit f399d5d

Browse files
committed
Fix CUDA test bug * 2
1 parent 186d144 commit f399d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_estate/test/charge_extra_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PW_Basis::PW_Basis()
6666
PW_Basis::~PW_Basis()
6767
{
6868
}
69-
FFT_Bundle::~FFT_Bundle(){};
69+
ModuleBase::FFT_Bundle::~FFT_Bundle(){};
7070
void PW_Basis::initgrids(const double lat0_in, const ModuleBase::Matrix3 latvec_in, const double gridecut)
7171
{
7272
}

0 commit comments

Comments
 (0)