Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzz2001 committed Jan 13, 2025
1 parent 0ef7ad7 commit 88bd78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_esolver/lcao_before_scf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void ESolver_KS_LCAO<TK, TR>::before_scf(UnitCell& ucell, const int istep)
this->pw_big->nbzp,
orb_.Phi,
ucell,
GlobalC::GridD);
this->gd);
ModuleGint::Gint::set_gint_info(gint_info);

psi_u.clear();
Expand Down

0 comments on commit 88bd78d

Please sign in to comment.