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:
@ -509,7 +509,7 @@ void lammps_scatter_atoms(void *ptr, char *name,
|
|||||||
for (j = 0; j < count; j++)
|
for (j = 0; j < count; j++)
|
||||||
array[m][j] = dptr[offset++];
|
array[m][j] = dptr[offset++];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
double *vector = NULL;
|
double *vector = NULL;
|
||||||
double **array = NULL;
|
double **array = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user