Commit 428ca840 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1270 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 399928b9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ void PairLJCutCoulLongTIP4P::compute(int eflag, int vflag)
  double r,r2inv,r6inv,forcecoul,forcelj,cforce,negforce;
  double factor_coul,factor_lj;
  double grij,expm2,prefactor,t,erfc;
  double philj;
  int iH1,iH2,jH1,jH2;
  double xiM[3],xjM[3];
  double *x1,*x2;
@@ -179,7 +178,7 @@ void PairLJCutCoulLongTIP4P::compute(int eflag, int vflag)
	  if (eflag) {
	    evdwl = r6inv*(lj3[itype][jtype]*r6inv-lj4[itype][jtype]) -
	      offset[itype][jtype];
	    evdwl *= factor_lj*philj;
	    evdwl *= factor_lj;
	  }
	} else evdwl = 0.0;