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 669 by chuckv, Thu Aug 7 00:47:33 2003 UTC vs.
Revision 670 by mmeineke, Thu Aug 7 21:47:18 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines