--- trunk/src/nonbonded/LJ.cpp 2013/07/01 21:09:37 1895 +++ trunk/src/nonbonded/LJ.cpp 2014/09/02 18:31:44 2017 @@ -263,7 +263,6 @@ namespace OpenMD { RealType dudr = *(idat.sw) * *(idat.vdwMult) * epsilon * (myDeriv - myDerivC)*sigmai; - (*(idat.pot))[VANDERWAALS_FAMILY] += *(idat.sw) * pot_temp; *(idat.f1) += *(idat.d) * dudr / *(idat.rij);