removed dead code and reduce compiler warnings about unused parameters
This commit is contained in:
@ -184,8 +184,9 @@ double PairColloidGPU::memory_usage()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void PairColloidGPU::cpu_compute(int start, int inum, int eflag, int vflag,
|
||||
int *ilist, int *numneigh, int **firstneigh)
|
||||
void PairColloidGPU::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;
|
||||
|
||||
Reference in New Issue
Block a user