Fix more unused parameter warnings (#1076)
This commit is contained in:
@ -247,7 +247,7 @@ void FixGravity::setup(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixGravity::post_force(int vflag)
|
||||
void FixGravity::post_force(int /*vflag*/)
|
||||
{
|
||||
// update gravity due to variables
|
||||
|
||||
@ -300,7 +300,7 @@ void FixGravity::post_force(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixGravity::post_force_respa(int vflag, int ilevel, int iloop)
|
||||
void FixGravity::post_force_respa(int vflag, int ilevel, int /*iloop*/)
|
||||
{
|
||||
if (ilevel == ilevel_respa) post_force(vflag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user