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 1535 by gezelter, Fri Dec 31 18:31:56 2010 UTC vs.
Revision 1544 by gezelter, Fri Mar 18 19:31:52 2011 UTC

# Line 564 | Line 564 | namespace OpenMD{
564       * by SimCreator once and only once, since it is never changed
565       * during the simulation. It shoudl be nGlobalAtoms_ in size.
566       */
567 <    vector<int> globalMolMembership_;        
567 >    vector<int> globalMolMembership_;
568 >
569 >    /**
570 >     * A vector that maps between the local index of an atom and the
571 >     * index of the AtomType.
572 >     */
573 >    vector<int> identArray_;
574 >    vector<int> getIdentArray() { return identArray_; }
575 >    
576                
577      /// lists to handle atoms needing special treatment in the non-bonded interactions
578      PairList excludedInteractions_;  /**< atoms excluded from interacting with each other */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines