# | Line 571 | Line 571 | namespace OpenMD{ | |
---|---|---|
571 | * index of the AtomType. | |
572 | */ | |
573 | vector<int> identArray_; | |
574 | + | public: |
575 | vector<int> getIdentArray() { return identArray_; } | |
576 | < | |
576 | > | private: |
577 | ||
578 | /// lists to handle atoms needing special treatment in the non-bonded interactions | |
579 | PairList excludedInteractions_; /**< atoms excluded from interacting with each other */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |