Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -153,7 +153,7 @@ void ComputeCoordAtom::init()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void ComputeCoordAtom::init_list(int id, NeighList *ptr)
|
||||
void ComputeCoordAtom::init_list(int /*id*/, NeighList *ptr)
|
||||
{
|
||||
list = ptr;
|
||||
}
|
||||
@ -311,7 +311,7 @@ void ComputeCoordAtom::compute_peratom()
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int ComputeCoordAtom::pack_forward_comm(int n, int *list, double *buf,
|
||||
int pbc_flag, int *pbc)
|
||||
int /*pbc_flag*/, int * /*pbc*/)
|
||||
{
|
||||
int i,m=0,j;
|
||||
for (i = 0; i < n; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user