Skip to content

Commit 7c54ec6

Browse files
committed
Fix: compile error
1 parent 894cb25 commit 7c54ec6

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
@@ -153,7 +153,7 @@ void ESolver_SDFT_PW<T, Device>::before_scf(const int istep)
153153
}
154154

155155
template <typename T, typename Device>
156-
void ESolver_SDFT_PW::iter_finish(const int istep, int& iter)
156+
void ESolver_SDFT_PW<T, Device>::iter_finish(const int istep, int& iter)
157157
{
158158
// call iter_finish() of ESolver_KS
159159
ESolver_KS<T, Device>::iter_finish(istep, iter);

0 commit comments

Comments
 (0)