diff -Naur lammps-19Dec07/src/KSPACE/pair_lj_cut_coul_long_tip4p.cpp lammps-20Dec07/src/KSPACE/pair_lj_cut_coul_long_tip4p.cpp --- lammps-19Dec07/src/KSPACE/pair_lj_cut_coul_long_tip4p.cpp 2007-12-06 17:11:14.000000000 -0700 +++ lammps-20Dec07/src/KSPACE/pair_lj_cut_coul_long_tip4p.cpp 2007-12-21 08:05:18.000000000 -0700 @@ -77,7 +77,6 @@ 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 @@ 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;