Skip to content

Commit 3e3c6b4

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 89f3707 commit 3e3c6b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_hamilt_lcao/module_deepks/LCAO_deepks.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ void LCAO_Deepks::init(
8989

9090
int tot_inl = tot_inl_per_atom * nat;
9191

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

9495
this->lmaxd = lm;
9596
this->nmaxd = nm;

0 commit comments

Comments
 (0)