| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |