Skip to content

Commit

Permalink
fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhihan committed Nov 20, 2024
1 parent 4a8258b commit ceb4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_hsolver/hsolver_pw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
pHamilt->updateHk(ik);

#ifdef USE_PAW
this->paw_func_in_kloop(ik);
this->paw_func_in_kloop(ik, this->wfc_basis);
#endif

/// update psi pointer for each k point
Expand Down

0 comments on commit ceb4231

Please sign in to comment.