Skip to content

Commit ceb4231

Browse files
committed
fix build bug
1 parent 4a8258b commit ceb4231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hsolver/hsolver_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
223223
pHamilt->updateHk(ik);
224224

225225
#ifdef USE_PAW
226-
this->paw_func_in_kloop(ik);
226+
this->paw_func_in_kloop(ik, this->wfc_basis);
227227
#endif
228228

229229
/// update psi pointer for each k point

0 commit comments

Comments
 (0)