USER-DPD: aplly unpack_comm_hybrid bugfix d31121b to atom_vec_dpd_kokkos.cpp

This commit is contained in:
Tim Mattox
2016-11-21 12:32:48 -05:00
parent 1d939231a4
commit 8f78157202

View File

@ -1205,6 +1205,8 @@ int AtomVecDPDKokkos::unpack_comm_hybrid(int n, int first, double *buf)
h_uCond(i) = buf[m++];
h_uMech(i) = buf[m++];
h_uChem(i) = buf[m++];
h_uCG(i) = buf[m++];
h_uCGnew(i) = buf[m++];
}
return m;
}