git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7799 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -104,7 +104,8 @@ void Group::assign(int narg, char **arg)
|
|||||||
if (output->dump[i]->igroup == igroup)
|
if (output->dump[i]->igroup == igroup)
|
||||||
error->all(FLERR,"Cannot delete group currently used by a dump");
|
error->all(FLERR,"Cannot delete group currently used by a dump");
|
||||||
if (atom->firstgroupname && strcmp(arg[0],atom->firstgroupname) == 0)
|
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 *mask = atom->mask;
|
||||||
int nlocal = atom->nlocal;
|
int nlocal = atom->nlocal;
|
||||||
|
|||||||
Reference in New Issue
Block a user