diff --git a/src/compute_chunk_atom.cpp b/src/compute_chunk_atom.cpp index 7197767b4a..e2bfc1cc27 100644 --- a/src/compute_chunk_atom.cpp +++ b/src/compute_chunk_atom.cpp @@ -1026,7 +1026,7 @@ void ComputeChunkAtom::idring(int n, char *cbuf) void ComputeChunkAtom::check_molecules() { - int *molecule = atom->molecule; + tagint *molecule = atom->molecule; int nlocal = atom->nlocal; int flag = 0;