Fix unused params in packages (#1076)
This commit is contained in:
@ -719,7 +719,7 @@ void PairTersoffTable::allocate()
|
||||
global settings
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void PairTersoffTable::settings(int narg, char **arg)
|
||||
void PairTersoffTable::settings(int narg, char **/*arg*/)
|
||||
{
|
||||
if (narg != 0) error->all(FLERR,"Illegal pair_style command");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user