Skip to content

Commit 89d22a2

Browse files
authored
Update FORCE_gamma.cpp
1 parent 5fbcf41 commit 89d22a2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

source/module_hamilt_lcao/hamilt_lcaodft/FORCE_gamma.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,19 @@ void Force_LCAO<double>::ftable(const bool isforce,
239239

240240
const int nks=1;
241241
DeePKS_domain::cal_f_delta_gamma(dm_gamma,
242-
ucell,
243-
orb,
244-
gd,
245-
*this->ParaV,
246-
GlobalC::ld.lmaxd,
247-
nks,
248-
kv->kvec_d,
249-
GlobalC::ld.nlm_save,
250-
GlobalC::ld.gedm,
251-
GlobalC::ld.inl_index,
252-
GlobalC::ld.F_delta,
253-
isstress,
254-
svnl_dalpha);
242+
ucell,
243+
orb,
244+
gd,
245+
*this->ParaV,
246+
GlobalC::ld.lmaxd,
247+
nks,
248+
kv->kvec_d,
249+
GlobalC::ld.nlm_save,
250+
GlobalC::ld.gedm,
251+
GlobalC::ld.inl_index,
252+
GlobalC::ld.F_delta,
253+
isstress,
254+
svnl_dalpha);
255255

256256
#ifdef __MPI
257257
Parallel_Reduce::reduce_all(GlobalC::ld.F_delta.c, GlobalC::ld.F_delta.nr * GlobalC::ld.F_delta.nc);

0 commit comments

Comments
 (0)