Skip to content

Commit 2e8cbdc

Browse files
committed
fix bug
1 parent fa5e7f1 commit 2e8cbdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/module_hsolver/hsolver_pw.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ class HSolverPW
9090
/// @brief calculate the threshold for iterative-diagonalization for each band
9191
void cal_ethr_band(const double& wk, const double* wg, const double& ethr, std::vector<double>& ethrs);
9292

93-
std::vector<double> ethr_band;
94-
9593
#ifdef USE_PAW
9694
void paw_func_in_kloop(const int ik,
9795
const double tpiba);

0 commit comments

Comments
 (0)