git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -120,7 +120,7 @@ void ComputeClusterAtom::compute_peratom()
|
||||
|
||||
// every atom starts in its own cluster, with clusterID = atomID
|
||||
|
||||
int *tag = atom->tag;
|
||||
tagint *tag = atom->tag;
|
||||
int *mask = atom->mask;
|
||||
|
||||
for (ii = 0; ii < inum; ii++) {
|
||||
|
||||
Reference in New Issue
Block a user