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 1586 by gezelter, Mon Jun 13 22:13:12 2011 UTC vs.
Revision 1587 by gezelter, Fri Jul 8 20:25:32 2011 UTC

# Line 602 | Line 602 | namespace OpenMD{
602    public:
603      vector<RealType> getMassFactors() { return massFactors_; }
604  
605 <    PairList getExcludedInteractions() { return excludedInteractions_; }
606 <    PairList getOneTwoInteractions() { return oneTwoInteractions_; }
607 <    PairList getOneThreeInteractions() { return oneThreeInteractions_; }
608 <    PairList getOneFourInteractions() { return oneFourInteractions_; }
605 >    PairList* getExcludedInteractions() { return &excludedInteractions_; }
606 >    PairList* getOneTwoInteractions() { return &oneTwoInteractions_; }
607 >    PairList* getOneThreeInteractions() { return &oneThreeInteractions_; }
608 >    PairList* getOneFourInteractions() { return &oneFourInteractions_; }
609  
610    private:
611                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines