Skip to content

Commit fbeadbe

Browse files
authored
Update hamilt_lcao.cpp
1 parent 7f8da22 commit fbeadbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_hamilt_lcao/hamilt_lcaodft/hamilt_lcao.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ HamiltLCAO<TK, TR>::HamiltLCAO(Gint_Gamma* GG_in,
8080
const K_Vectors& kv_in,
8181
const TwoCenterBundle& two_center_bundle,
8282
const LCAO_Orbitals& orb,
83-
elecstate::DensityMatrix<TK, double>* DM_in,
83+
elecstate::DensityMatrix<TK, double>* DM_in
8484
#ifdef __DEEPKS
85+
,
8586
LCAO_Deepks* ld_in
8687
#endif
8788
#ifdef __EXX

0 commit comments

Comments
 (0)