--- trunk/src/nonbonded/LJ.cpp 2014/09/02 18:31:44 2017 +++ trunk/src/nonbonded/LJ.cpp 2015/03/05 16:30:23 2069 @@ -136,9 +136,6 @@ namespace OpenMD { void LJ::addType(AtomType* atomType){ LennardJonesAdapter lja1 = LennardJonesAdapter(atomType); - - RealType sigma1 = lja1.getSigma(); - RealType epsilon1 = lja1.getEpsilon(); // add it to the map: int atid = atomType->getIdent();