From ceb4231e5fcec6ba8203f49bbc6b4c53b1cb114b Mon Sep 17 00:00:00 2001 From: haozhihan Date: Wed, 20 Nov 2024 16:31:49 +0800 Subject: [PATCH] fix build bug --- source/module_hsolver/hsolver_pw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/module_hsolver/hsolver_pw.cpp b/source/module_hsolver/hsolver_pw.cpp index f59ac02cc2..260bfb943e 100644 --- a/source/module_hsolver/hsolver_pw.cpp +++ b/source/module_hsolver/hsolver_pw.cpp @@ -223,7 +223,7 @@ void HSolverPW::solve(hamilt::Hamilt* 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