Merge pull request #4501 from lammps/errors-more-cleanup
[Community Project] More Error and Warning Messages Cleanup
This commit is contained in:
@ -92,7 +92,7 @@ void Group::assign(int narg, char **arg)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (domain->box_exist == 0) error->all(FLERR, "Group command before simulation box is defined");
|
||||
if (domain->box_exist == 0) error->all(FLERR, "Group command before simulation box is defined" + utils::errorurl(33));
|
||||
if (narg < 2) utils::missing_cmd_args(FLERR, "group", error);
|
||||
|
||||
// delete the group if not being used elsewhere
|
||||
|
||||
Reference in New Issue
Block a user