Skip to content
Snippets Groups Projects
Commit d31121b1 authored by Tim Mattox's avatar Tim Mattox
Browse files

USER-DPD: bugfix in unpack_comm_hybrid(); now works with hybrid atom style

parent 02bfa898
No related branches found
No related tags found
No related merge requests found
......@@ -589,6 +589,8 @@ int AtomVecDPD::unpack_comm_hybrid(int n, int first, double *buf)
uCond[i] = buf[m++];
uMech[i] = buf[m++];
uChem[i] = buf[m++];
uCG[i] = buf[m++];
uCGnew[i] = buf[m++];
}
return m;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment