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

This commit is contained in:
sjplimp
2009-03-18 17:37:46 +00:00
parent 71fee196e6
commit d32f0a53f2
7 changed files with 239 additions and 2 deletions

View File

@ -441,7 +441,7 @@ void ReadData::atoms()
if (natoms != atom->natoms) error->all("Did not assign all atoms correctly");
// if any atom ID < 0, error
// if all atom IDs == 0, tag_enable = 0
// if all atom IDs = 0, tag_enable = 0
// if any atom ID > 0, error if any atom ID == 0
// not checking if atom IDs > natoms or are unique