588 |
|
vector<int> identArray_; |
589 |
|
public: |
590 |
|
vector<int> getIdentArray() { return identArray_; } |
591 |
+ |
|
592 |
+ |
/** |
593 |
+ |
* A vector that contains information about the local region of an |
594 |
+ |
* atom (used for fluctuating charges, etc.) |
595 |
+ |
*/ |
596 |
+ |
private: |
597 |
+ |
vector<int> regions_; |
598 |
+ |
public: |
599 |
+ |
vector<int> getRegions() { return regions_; } |
600 |
|
private: |
592 |
– |
|
601 |
|
/** |
602 |
|
* A vector which contains the fractional contribution of an |
603 |
|
* atom's mass to the total mass of the cutoffGroup that atom |