Skip to content

Commit 1af4e83

Browse files
authored
Update LCAO_deepks.cpp
1 parent 68a6072 commit 1af4e83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/module_hamilt_lcao/module_deepks/LCAO_deepks.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ void LCAO_Deepks::init(
8989

9090
int tot_inl = tot_inl_per_atom * nat;
9191

92-
if(PARAM.inp.deepks_equiv) { tot_inl = nat;
93-
}
92+
if(PARAM.inp.deepks_equiv)
93+
{
94+
tot_inl = nat;
95+
}
9496

9597
this->lmaxd = lm;
9698
this->nmaxd = nm;

0 commit comments

Comments
 (0)