silence compiler warnings about unused parameters in the GPU package
This commit is contained in:
@ -185,8 +185,9 @@ double PairBornGPU::memory_usage()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void PairBornGPU::cpu_compute(int start, int inum, int eflag, int vflag,
|
||||
int *ilist, int *numneigh, int **firstneigh) {
|
||||
void PairBornGPU::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,r2inv,r6inv,forceborn,factor_lj;
|
||||
|
||||
Reference in New Issue
Block a user