Skip to content

Commit

Permalink
fix y component typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Jun 11, 2024
1 parent e94529c commit 35d78bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lammps_plugins/kokkos/pair_flare_kokkos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void PairFLAREKokkos<DeviceType>::operator()(TagF, const MemberType team_member)
fx += (gg*Yval + gval*Yg) * uval;

gg = gscratch(2, n);
Yg = Yscratch(3, lm);
Yg = Yscratch(2, lm);
fy += (gg*Yval + gval*Yg) * uval;

gg = gscratch(3, n);
Expand Down

0 comments on commit 35d78bd

Please sign in to comment.