git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2958 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -94,7 +94,7 @@ void Group::assign(int narg, char **arg)
|
||||
|
||||
if (strcmp(arg[1],"delete") == 0) {
|
||||
int igroup = find(arg[0]);
|
||||
if (igroup == -1) error->all("Could not find delete group ID");
|
||||
if (igroup == -1) error->all("Could not find group delete group ID");
|
||||
if (igroup == 0) error->all("Cannot delete group all");
|
||||
for (i = 0; i < modify->nfix; i++)
|
||||
if (modify->fix[i]->igroup == igroup)
|
||||
|
||||
Reference in New Issue
Block a user