Merge pull request #1331 from akohlmey/collected-small-changes

Collected small changes
This commit is contained in:
Axel Kohlmeyer
2019-02-13 16:47:27 +01:00
committed by GitHub
52 changed files with 191 additions and 136 deletions

View File

@ -283,7 +283,7 @@ void FixGPU::min_setup(int vflag)
/* ---------------------------------------------------------------------- */
void FixGPU::post_force(int vflag)
void FixGPU::post_force(int /* vflag */)
{
if (!force->pair) return;
@ -315,7 +315,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);
}