Skip to content

Commit 7f8da22

Browse files
authored
Update hamilt_lcao.h
1 parent 0574fd4 commit 7f8da22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_hamilt_lcao/hamilt_lcaodft/hamilt_lcao.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ class HamiltLCAO : public Hamilt<TK>
3939
const K_Vectors& kv_in,
4040
const TwoCenterBundle& two_center_bundle,
4141
const LCAO_Orbitals& orb,
42-
elecstate::DensityMatrix<TK, double>* DM_in,
42+
elecstate::DensityMatrix<TK, double>* DM_in
4343
#ifdef __DEEPKS
44+
,
4445
LCAO_Deepks* ld_in
4546
#endif
4647
#ifdef __EXX

0 commit comments

Comments
 (0)