Skip to content

Commit a8a9051

Browse files
authored
Update esolver_sdft_pw.cpp
1 parent 9b7df7d commit a8a9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_esolver/esolver_sdft_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void ESolver_SDFT_PW<T, Device>::before_scf(const int istep)
155155
void ESolver_SDFT_PW::iter_finish(const int istep, int& iter)
156156
{
157157
// call iter_finish() of ESolver_KS
158-
ESolver_KS<std::complex<double>>::iter_finish(istep, iter);
158+
ESolver_KS<T, Device>::iter_finish(istep, iter);
159159
}
160160

161161
template <typename T, typename Device>

0 commit comments

Comments
 (0)