Skip to content

Commit a7deaa1

Browse files
committed
Remove diagh Pointer in lcao solver tests
1 parent 39c29d3 commit a7deaa1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/module_hsolver/test/diago_lapack_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class DiagoLapackPrepare
127127
std::vector<T> h;
128128
std::vector<T> s;
129129
HamiltTEST<T> hmtest;
130-
// hsolver::DiagH<T>* dh = nullptr;
131130
psi::Psi<T> psi;
132131
std::vector<double> e_solver;
133132
std::vector<double> e_lapack;

source/module_hsolver/test/diago_lcao_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class DiagoPrepare
9595
std::vector<T> s;
9696
std::vector<T> h_local;
9797
std::vector<T> s_local;
98-
// hsolver::DiagH<T>* dh = 0;
9998
psi::Psi<T> psi;
10099
std::vector<double> e_solver;
101100
std::vector<double> e_lapack;

0 commit comments

Comments
 (0)