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

Comparing trunk/OOPSE/libmdtools/GenericData.hpp (file contents):
Revision 1125 by tim, Mon Apr 19 03:52:27 2004 UTC vs.
Revision 1126 by tim, Tue Apr 20 05:39:38 2004 UTC

# Line 131 | Line 131 | class AtomData : public GenericData{
131        return i != data.end()? *i : NULL;
132      }
133      AtomInfo* nextAtomInfo(vector<AtomInfo*>::iterator& i){
134 <      i++;
134 >      ++i;
135        return i != data.end()? *i: NULL;
136      }
137      vector<AtomInfo*> getData() {return data;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines