Merge branch 'develop' into distributed-grids
# Conflicts: # doc/src/Developer_utils.rst # doc/src/dump.rst # doc/src/fix_ave_chunk.rst # src/utils.h
This commit is contained in:
@ -1305,7 +1305,7 @@ Compute *Modify::add_compute(const std::string &computecmd, int trysuffix)
|
||||
|
||||
void Modify::modify_compute(int narg, char **arg)
|
||||
{
|
||||
if (narg < 2) utils::missing_cmd_args(FLERR, "compute_modify",error);
|
||||
if (narg < 2) utils::missing_cmd_args(FLERR, "compute_modify", error);
|
||||
|
||||
// lookup Compute ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user