--- trunk/OOPSE/libmdtools/CutoffGroup.hpp 2004/05/12 15:58:35 1166 +++ trunk/OOPSE/libmdtools/CutoffGroup.hpp 2004/06/01 15:57:30 1211 @@ -76,11 +76,14 @@ class CutoffGroup{ (public) } int getNumAtom() {return cutoffAtomList.size();} - + + int getGlobalIndex() {return globalIndex;} + void setGlobalIndex(int id) {this->globalIndex = id;} private: vector cutoffAtomList; bool haveTotalMass; double totalMass; + int globalIndex; };