ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/primitives/CutoffGroup.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/primitives/CutoffGroup.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2114 by tim, Thu Mar 10 23:56:42 2005 UTC

# Line 69 | Line 69 | class CutoffGroup {
69              return i != cutoffAtomList.end() ? *i : NULL;
70          }
71  
72 +        std::vector<Atom*> getAtoms() { return cutoffAtomList; }
73          double getMass() {
74              std::vector<Atom *>::iterator i;
75              Atom * atom;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines