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 1547 by gezelter, Mon Apr 11 18:44:16 2011 UTC

# Line 532 | Line 532 | namespace OpenMD{
532      bool usesElectrostaticAtoms() { return usesElectrostaticAtoms_; }
533      bool usesDirectionalAtoms() { return usesDirectionalAtoms_; }
534      bool usesMetallicAtoms() { return usesMetallicAtoms_; }
535 +    bool usesAtomicVirial() { return usesAtomicVirial_; }
536 +    bool requiresPrepair() { return requiresPrepair_; }
537 +    bool requiresSkipCorrection() { return requiresSkipCorrection_;}
538 +    bool requiresSelfCorrection() { return requiresSelfCorrection_;}
539  
540    private:
541      /// Data structures holding primary simulation objects
# Line 557 | 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
# Line 571 | Line 578 | namespace OpenMD{
578       * index of the AtomType.
579       */
580      vector<int> identArray_;
581 +  public:
582      vector<int> getIdentArray() { return identArray_; }
583 <    
583 >  private:
584                
585      /// lists to handle atoms needing special treatment in the non-bonded interactions
586      PairList excludedInteractions_;  /**< atoms excluded from interacting with each other */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines