Skip to content
Snippets Groups Projects
Commit 30489de0 authored by pscrozi's avatar pscrozi
Browse files

Fixed type-O.

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8774 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 51a07b01
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ void lammps_scatter_atoms(void *ptr, char *name,
for (j = 0; j < count; j++)
array[m][j] = dptr[offset++];
}
}
} else {
double *vector = NULL;
double **array = NULL;
......
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