Skip to content

Commit ba09ba9

Browse files
authored
Update lcao_before_scf.cpp
1 parent a8a9051 commit ba09ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_esolver/lcao_before_scf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ void ESolver_KS_LCAO<TK, TR>::before_scf(const int istep)
211211
#ifdef __EXX // set xc type before the first cal of xc in pelec->init_scf
212212
if (GlobalC::exx_info.info_ri.real_number)
213213
{
214-
this->exd->exx_beforescf(istep, this->kv, *this->p_chgmix, GlobalC::ucell, this->pv, orb_);
214+
this->exd->exx_beforescf(istep, this->kv, *this->p_chgmix, GlobalC::ucell, orb_);
215215
}
216216
else
217217
{
218-
this->exc->exx_beforescf(istep, this->kv, *this->p_chgmix, GlobalC::ucell, this->pv, orb_);
218+
this->exc->exx_beforescf(istep, this->kv, *this->p_chgmix, GlobalC::ucell, orb_);
219219
}
220220
#endif // __EXX
221221

0 commit comments

Comments
 (0)