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

Comparing trunk/OOPSE/libmdtools/GenericData.cpp (file contents):
Revision 1117 by mmeineke, Thu Sep 25 19:27:15 2003 UTC vs.
Revision 1118 by tim, Mon Apr 19 03:52:27 2004 UTC

# Line 32 | Line 32 | bool ZConsParaData::isIndexUnique(){
32  
33    return true;
34   }
35 +
36 + AtomData::~AtomData(){
37 +  vector<AtomInfo*>::iterator i;
38 +  AtomInfo* atomInfo;
39 +
40 +  for(atomInfo = beginAtomInfo(i); atomInfo; atomInfo  = nextAtomInfo(i))
41 +    delete atomInfo;
42 +
43 +  data.clear();
44 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines