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 1577 by gezelter, Wed Jun 8 20:26:56 2011 UTC

# Line 165 | Line 165 | namespace OpenMD{
165      unsigned int getNAtoms() {
166        return nAtoms_;
167      }
168 +
169 +    /** Returns the number of effective cutoff groups on local processor */
170 +    unsigned int getNLocalCutoffGroups();
171  
172      /** Returns the number of local bonds */        
173      unsigned int getNBonds(){
# Line 598 | Line 601 | namespace OpenMD{
601      vector<RealType> massFactors_;
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_; }
609 +
610    private:
611  
612                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines