fix argument bug

This commit is contained in:
Axel Kohlmeyer
2021-01-29 15:59:52 -05:00
parent a23e45cc0c
commit 48fa5e6736

View File

@ -784,7 +784,7 @@ struct AtomVecDPDKokkos_PackBorder {
_uCond(uCond),
_uMech(uMech),
_uChem(uChem),
_uCG(uCGnew),
_uCG(uCG),
_uCGnew(uCGnew),
_dx(dx),_dy(dy),_dz(dz) {}