Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -112,7 +112,7 @@ void FixEnforce2D::min_setup(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixEnforce2D::post_force(int vflag)
|
||||
void FixEnforce2D::post_force(int /*vflag*/)
|
||||
{
|
||||
double **v = atom->v;
|
||||
double **f = atom->f;
|
||||
@ -164,7 +164,7 @@ void FixEnforce2D::post_force(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixEnforce2D::post_force_respa(int vflag, int ilevel, int iloop)
|
||||
void FixEnforce2D::post_force_respa(int vflag, int /*ilevel*/, int /*iloop*/)
|
||||
{
|
||||
post_force(vflag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user