Use varargs version of Error:all() and Error::one() where applicable

This commit is contained in:
Axel Kohlmeyer
2021-04-25 21:30:51 -04:00
parent 4cbe6200d6
commit e9e0bb71b6
117 changed files with 522 additions and 524 deletions

View File

@ -175,8 +175,7 @@ void Fix::modify_params(int narg, char **arg)
void::Fix::set_molecule(int, tagint, int, double *, double *, double *)
{
error->all(FLERR,fmt::format("Molecule update not implemented for "
"fix {}", style));
error->all(FLERR,"Molecule update not implemented for fix {}", style);
}
/* ----------------------------------------------------------------------