diff --git a/src/group.cpp b/src/group.cpp index 5d6073bae0..87553843a2 100644 --- a/src/group.cpp +++ b/src/group.cpp @@ -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;