Skip to content

Commit fa5e7f1

Browse files
committed
fix bug
1 parent 07eda90 commit fa5e7f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/module_hsolver/hsolver_pw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class HSolverPW
8484
int rank_in_pool = 0;
8585
int nproc_in_pool = 1;
8686

87+
std::vector<double> ethr_band;
88+
8789
private:
8890
/// @brief calculate the threshold for iterative-diagonalization for each band
8991
void cal_ethr_band(const double& wk, const double* wg, const double& ethr, std::vector<double>& ethrs);

0 commit comments

Comments
 (0)