silence compiler warnings about unused parameters in the GPU package
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user