--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/08/07 00:47:33 669 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/08/07 21:47:18 670 @@ -54,17 +54,21 @@ SimInfo::SimInfo(){ useGB = 0; useEAM = 0; + myConfiguration = new SimState(); + wrapMeSimInfo( this ); } + SimInfo::~SimInfo(){ + + delete myConfiguration; map::iterator i; for(i = properties.begin(); i != properties.end(); i++) delete (*i).second; - - + } void SimInfo::setBox(double newBox[3]) {