silence compiler warnings about unused parameters in the GPU package

This commit is contained in:
Axel Kohlmeyer
2019-02-13 05:50:03 -05:00
parent d6200fde93
commit 24ff914e5a
18 changed files with 44 additions and 39 deletions

View File

@ -171,8 +171,9 @@ double PairBeckGPU::memory_usage()
/* ---------------------------------------------------------------------- */
void PairBeckGPU::cpu_compute(int start, int inum, int eflag, int vflag,
int *ilist, int *numneigh, int **firstneigh) {
void PairBeckGPU::cpu_compute(int start, int inum, int eflag,
int /* vflag */, int *ilist,
int *numneigh, int **firstneigh) {
int i,j,ii,jj,jnum,itype,jtype;
double xtmp,ytmp,ztmp,delx,dely,delz,evdwl,fpair;
double rsq,r5,force_beck,factor_lj;