Fixed type-O.

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8774 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
pscrozi
2012-09-11 18:27:50 +00:00
parent 51a07b01d6
commit 30489de0ef

View File

@ -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;