git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5976 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-04-19 19:03:19 +00:00
parent 59495dcf54
commit 7d7dd36676
2 changed files with 16 additions and 18 deletions

View File

@ -662,7 +662,7 @@ void Atom::tag_extend()
int Atom::tag_consecutive()
{
int idmin = static_cast<int> (natoms);
int idmin = MAXTAGINT;
int idmax = 0;
for (int i = 0; i < nlocal; i++) {