ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 658 by tim, Thu Jul 31 15:35:07 2003 UTC vs.
Revision 660 by tim, Thu Jul 31 19:59:34 2003 UTC

# Line 55 | Line 55 | SimInfo::SimInfo(){
55    useEAM = 0;
56  
57    wrapMeSimInfo( this );
58 + }
59 +
60 + SimInfo::~SimInfo(){
61 +
62 +  map<string, GenericData*>::iterator i;
63 +  
64 +  for(i = properties.begin(); i != properties.end(); i++)
65 +    delete (*i).second;
66 +
67 +  
68   }
69  
70   void SimInfo::setBox(double newBox[3]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines