--- branches/development/src/nonbonded/SC.cpp 2013/04/30 15:56:54 1868 +++ branches/development/src/nonbonded/SC.cpp 2013/04/30 17:03:03 1869 @@ -57,13 +57,6 @@ namespace OpenMD { SC::~SC() { initialized_ = false; - map, SCInteractionData>::iterator it; - for (it = MixingMap.begin(); it != MixingMap.end(); ++it) { - SCInteractionData mixer = (*it).second; - delete mixer.V; - delete mixer.phi; - } - MixingMap.clear(); SCMap.clear(); SClist.clear();