silence compiler warnings about unused parameters in the GPU package
This commit is contained in:
@ -288,7 +288,7 @@ void FixGPU::min_setup(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixGPU::post_force(int vflag)
|
||||
void FixGPU::post_force(int /* vflag */)
|
||||
{
|
||||
if (!force->pair) return;
|
||||
|
||||
@ -320,7 +320,7 @@ void FixGPU::min_post_force(int vflag)
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixGPU::post_force_respa(int vflag, int ilevel, int iloop)
|
||||
void FixGPU::post_force_respa(int vflag, int /* ilevel */, int /* iloop */)
|
||||
{
|
||||
post_force(vflag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user