Skip to content

Commit ac53706

Browse files
committed
Update relevant hsolver tests
1 parent d5abae5 commit ac53706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_hsolver/test/hsolver_pw_sup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ template <typename T, typename Device>
6868
DiagoCG<T, Device>::DiagoCG(const std::string& basis_type,
6969
const std::string& calculation,
7070
const bool& need_subspace,
71-
const Func& subspace_func,
71+
const SubspaceFunc& subspace_func,
7272
const Real& pw_diag_thr,
7373
const int& pw_diag_nmax,
7474
const int& nproc_in_pool) {

0 commit comments

Comments
 (0)