ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.hpp
(Generate patch)

Comparing branches/development/src/brains/SimInfo.hpp (file contents):
Revision 1569 by gezelter, Thu May 26 13:55:04 2011 UTC vs.
Revision 1570 by gezelter, Thu May 26 21:56:04 2011 UTC

# 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                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines