Skip to content

Commit

Permalink
Fix: out_mat_t does not work (#2826)
Browse files Browse the repository at this point in the history
Co-authored-by: root <hongriTianqi>
  • Loading branch information
hongriTianqi authored Aug 14, 2023
1 parent 1aedf8d commit 0eedc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_esolver/esolver_ks_lcao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@ ModuleIO::Output_DM1 ESolver_KS_LCAO::create_Output_DM1(int istep)
ModuleIO::Output_Mat_Sparse ESolver_KS_LCAO::create_Output_Mat_Sparse(int istep)
{
return ModuleIO::Output_Mat_Sparse(hsolver::HSolverLCAO::out_mat_hsR,
hsolver::HSolverLCAO::out_mat_t,
hsolver::HSolverLCAO::out_mat_dh,
hsolver::HSolverLCAO::out_mat_t,
INPUT.out_mat_r,
istep,
this->pelec->pot->get_effective_v(),
Expand Down

0 comments on commit 0eedc3c

Please sign in to comment.