| # | Line 598 | Line 598 | namespace OpenMD{ | |
|---|---|---|
| 598 | vector<RealType> massFactors_; | |
| 599 | public: | |
| 600 | vector<RealType> getMassFactors() { return massFactors_; } | |
| 601 | + | |
| 602 | + | PairList getExcludedInteractions() { return excludedInteractions_; } | 
| 603 | + | PairList getOneTwoInteractions() { return oneTwoInteractions_; } | 
| 604 | + | PairList getOneThreeInteractions() { return oneThreeInteractions_; } | 
| 605 | + | PairList getOneFourInteractions() { return oneFourInteractions_; } | 
| 606 | + | |
| 607 | private: | |
| 608 | ||
| 609 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |