silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2020-01-20 07:06:49 -05:00
parent 926096dc66
commit c19085dc08

View File

@ -213,7 +213,7 @@ void FixWallReflect::post_integrate()
this method may be overwritten by a child class
------------------------------------------------------------------------- */
void FixWallReflect::wall_particle(int m, int which, double coord)
void FixWallReflect::wall_particle(int /* m */, int which, double coord)
{
int i,dim,side;