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

Comparing trunk/OOPSE/libmdtools/CutoffGroup.hpp (file contents):
Revision 1166 by gezelter, Wed May 12 15:58:35 2004 UTC vs.
Revision 1211 by tim, Tue Jun 1 15:57:30 2004 UTC

# Line 76 | Line 76 | class CutoffGroup{ (public)
76    }
77    
78    int getNumAtom() {return cutoffAtomList.size();}
79 <  
79 >
80 >  int getGlobalIndex() {return globalIndex;}
81 >  void setGlobalIndex(int id) {this->globalIndex = id;}
82   private:
83    vector<Atom*> cutoffAtomList;
84    bool haveTotalMass;
85    double totalMass;
86 +  int globalIndex;
87  
88   };
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines