forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2208 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
afa4c78a1b
commit
a5baf7e282
|
@ -64,7 +64,7 @@ void PairLJCutCoulLongTIP4P::compute(int eflag, int vflag)
|
|||
int i,j,ii,jj,inum,jnum,itype,jtype,itable;
|
||||
int n,vlist[6];
|
||||
int iH1,iH2,jH1,jH2;
|
||||
double qtmp,xtmp,ytmp,ztmp,delx,dely,delz,evdwl,ecoul,fpair;
|
||||
double qtmp,xtmp,ytmp,ztmp,delx,dely,delz,evdwl,ecoul;
|
||||
double fraction,table;
|
||||
double delx1,dely1,delz1,delx2,dely2,delz2,delx3,dely3,delz3;
|
||||
double r,r2inv,r6inv,forcecoul,forcelj,cforce,negforce;
|
||||
|
|
Loading…
Reference in New Issue