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 1546 by gezelter, Sun Apr 10 15:16:39 2011 UTC vs.
Revision 1547 by gezelter, Mon Apr 11 18:44:16 2011 UTC

# Line 561 | Line 561 | namespace OpenMD{
561       * the simulation.  It should be nGlobalAtoms_ in size.
562       */
563      vector<int> globalGroupMembership_;
564 +  public:
565 +    vector<int> getGlobalGroupMembership() { return globalGroupMembership_; }
566 +  private:
567  
568      /**
569       * A vector that maps between the global index of an atom and the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines