Skip to content

Commit b1bd0fd

Browse files
committed
Refactor: Use PARAM.inp.scf_ene_thr in ESolver_KS_LCAO iter_finish method
1 parent f4f81e3 commit b1bd0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_esolver/esolver_ks_lcao.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ void ESolver_KS_LCAO<TK, TR>::iter_finish(UnitCell& ucell, const int istep, int&
853853
*this->p_hamilt,
854854
*this->pelec,
855855
*this->p_chgmix,
856-
this->scf_ene_thr,
856+
PARAM.inp.scf_ene_thr,
857857
iter,
858858
istep,
859859
conv_esolver)
@@ -862,7 +862,7 @@ void ESolver_KS_LCAO<TK, TR>::iter_finish(UnitCell& ucell, const int istep, int&
862862
*this->p_hamilt,
863863
*this->pelec,
864864
*this->p_chgmix,
865-
this->scf_ene_thr,
865+
PARAM.inp.scf_ene_thr,
866866
iter,
867867
istep,
868868
conv_esolver);

0 commit comments

Comments
 (0)