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 1544 by gezelter, Fri Mar 18 19:31:52 2011 UTC vs.
Revision 1545 by gezelter, Fri Apr 8 21:25:19 2011 UTC

# Line 571 | Line 571 | namespace OpenMD{
571       * index of the AtomType.
572       */
573      vector<int> identArray_;
574 +  public:
575      vector<int> getIdentArray() { return identArray_; }
576 <    
576 >  private:
577                
578      /// lists to handle atoms needing special treatment in the non-bonded interactions
579      PairList excludedInteractions_;  /**< atoms excluded from interacting with each other */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines