Skip to content

Commit 8717cda

Browse files
authored
Update deepks_fgamma.cpp
1 parent 89d22a2 commit 8717cda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/module_hamilt_lcao/module_deepks/deepks_fgamma.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ void DeePKS_domain::cal_f_delta_gamma(
107107
continue;
108108
}
109109

110-
int dRx, dRy, dRz;
110+
int dRx;
111+
int dRy;
112+
int dRz;
111113
if constexpr (std::is_same<TK, double>::value)
112114
{
113115
dRx = 0;

0 commit comments

Comments
 (0)