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

Comparing trunk/src/brains/SimInfo.hpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1929 by gezelter, Mon Aug 19 13:12:00 2013 UTC

# Line 588 | Line 588 | namespace OpenMD{
588      vector<int> identArray_;
589    public:
590      vector<int> getIdentArray() { return identArray_; }
591 +
592 +    /**
593 +     * A vector that contains information about the local region of an
594 +     * atom (used for fluctuating charges, etc.)
595 +     */
596 +  private:
597 +    vector<int> regions_;
598 +  public:
599 +    vector<int> getRegions() { return regions_; }
600    private:
592    
601      /**
602       * A vector which contains the fractional contribution of an
603       * atom's mass to the total mass of the cutoffGroup that atom

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines