Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -308,7 +308,7 @@ void ComputePropertyLocal::init()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void ComputePropertyLocal::init_list(int id, NeighList *ptr)
|
||||
void ComputePropertyLocal::init_list(int /*id*/, NeighList *ptr)
|
||||
{
|
||||
list = ptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user