Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -31,7 +31,7 @@ int Fix::instance_total = 0;
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Fix::Fix(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
|
||||
Pointers(lmp),
|
||||
id(NULL), style(NULL), extlist(NULL), vector_atom(NULL), array_atom(NULL),
|
||||
vector_local(NULL), array_local(NULL), eatom(NULL), vatom(NULL)
|
||||
|
||||
Reference in New Issue
Block a user