Skip to content

Commit 146daae

Browse files
committed
fix paw error
1 parent c57b824 commit 146daae

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
@@ -96,7 +96,7 @@ void HSolverPW<T, Device>::call_paw_cell_set_currentk(const int ik)
9696
}
9797

9898
template <typename T, typename Device>
99-
void HSolverPW<T, Device>::paw_func_after_kloop(psi::Psi<T>& psi,
99+
void HSolverPW<T, Device>::paw_func_after_kloop(psi::Psi<T, Device>& psi,
100100
elecstate::ElecState* pes,
101101
const double tpiba,
102102
const int nat)

0 commit comments

Comments
 (0)