Skip to content
Snippets Groups Projects
Commit 502ef1f9 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12477 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b73b7a82
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ComputeVoronoi::ComputeVoronoi(LAMMPS *lmp, int narg, char **arg) : ...@@ -45,6 +45,7 @@ ComputeVoronoi::ComputeVoronoi(LAMMPS *lmp, int narg, char **arg) :
size_peratom_cols = 2; size_peratom_cols = 2;
peratom_flag = 1; peratom_flag = 1;
comm_forward = 1;
surface = VOROSURF_NONE; surface = VOROSURF_NONE;
maxedge = 0; maxedge = 0;
...@@ -525,7 +526,7 @@ int ComputeVoronoi::pack_forward_comm(int n, int *list, double *buf, ...@@ -525,7 +526,7 @@ int ComputeVoronoi::pack_forward_comm(int n, int *list, double *buf,
{ {
int i,m=0; int i,m=0;
for (i = 0; i < n; ++i) buf[m++] = rfield[list[i]]; for (i = 0; i < n; ++i) buf[m++] = rfield[list[i]];
return 1; 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