error our when Fix:set_molecule() is called with unsupported fixes
also add example input for using fix rigid/small with fix deposit
This commit is contained in:
@ -174,6 +174,12 @@ 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));
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
setup for peratom energy and global/peratom virial computation
|
||||
see integrate::ev_set() for values of eflag (0-3) and vflag (0-6)
|
||||
|
||||
Reference in New Issue
Block a user