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

This commit is contained in:
sjplimp 2012-02-16 00:35:51 +00:00
parent 14318fa300
commit 3ff9f1fa60
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ void Group::assign(int narg, char **arg)
if (output->dump[i]->igroup == igroup)
error->all(FLERR,"Cannot delete group currently used by a dump");
if (atom->firstgroupname && strcmp(arg[0],atom->firstgroupname) == 0)
error->all(FLERR,"Cannot delete group currently used by atom_modify first");
error->all(FLERR,
"Cannot delete group currently used by atom_modify first");
int *mask = atom->mask;
int nlocal = atom->nlocal;