Address feedback on PR #1503

This commit is contained in:
Andrew Schultz
2019-06-12 13:09:33 -04:00
parent d9206127fb
commit 56ae35fb1a
3 changed files with 27 additions and 26 deletions

View File

@ -307,7 +307,7 @@ void Pair::init_style()
specific pair style can override this function
------------------------------------------------------------------------- */
void Pair::init_list(int which, NeighList *ptr)
void Pair::init_list(int /*which*/, NeighList *ptr)
{
list = ptr;
}