Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianruipku committed Nov 14, 2024
1 parent 0e2f25b commit 0edfdc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2899,6 +2899,7 @@ TEST_F(TestSrcPWForceMultiDevice, cal_force_nl_op_cpu)
atom_na.data(),
tpiba,
wg.data(),
true,
ekb.data(),
qq_nt.data(),
deeq.data(),
Expand Down Expand Up @@ -2990,6 +2991,7 @@ TEST_F(TestSrcPWForceMultiDevice, cal_force_nl_op_gpu)
d_atom_na,
tpiba,
d_wg,
true,
d_ekb,
d_qq_nt,
d_deeq,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ TEST(TestSrcPWStressMultiDevice, cal_stress_nl_op_cpu)
atom_nh.data(),
atom_na.data(),
wg.data(),
true,
ekb.data(),
qq_nt.data(),
deeq.data(),
Expand Down Expand Up @@ -275,6 +276,7 @@ TEST(TestSrcPWStressMultiDevice, cal_stress_nl_op_gpu)
d_atom_nh,
d_atom_na,
d_wg,
true,
d_ekb,
d_qq_nt,
d_deeq,
Expand Down

0 comments on commit 0edfdc0

Please sign in to comment.