--- branches/development/src/brains/SimInfo.hpp 2011/05/26 13:55:04 1569 +++ branches/development/src/brains/SimInfo.hpp 2011/05/26 21:56:04 1570 @@ -598,6 +598,12 @@ namespace OpenMD{ vector massFactors_; public: vector getMassFactors() { return massFactors_; } + + PairList getExcludedInteractions() { return excludedInteractions_; } + PairList getOneTwoInteractions() { return oneTwoInteractions_; } + PairList getOneThreeInteractions() { return oneThreeInteractions_; } + PairList getOneFourInteractions() { return oneFourInteractions_; } + private: