Skip to content

Commit ee22656

Browse files
committed
fix: output diag_thr
1 parent 17a0f6a commit ee22656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/module_lr/hsolver_lrtd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ namespace LR
183183

184184
// output iters
185185
std::cout << "Average iterative diagonalization steps: " << hsolver::DiagoIterAssist<T>::avg_iter
186-
<< " ; where current threshold is: " << hsolver::DiagoIterAssist<T>::PW_DIAG_THR << " . " << std::endl;
186+
<< " ; where current threshold is: " << diag_ethr << " . " << std::endl;
187187
}
188188
}
189189
}

0 commit comments

Comments
 (0)