Use varargs version of Error:all() and Error::one() where applicable
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user