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

Comparing trunk/src/brains/SimInfo.hpp (file contents):
Revision 1125 by chuckv, Fri Dec 29 20:21:53 2006 UTC vs.
Revision 1126 by gezelter, Fri Apr 6 21:53:43 2007 UTC

# Line 386 | Line 386 | namespace oopse{
386          
387      bool getCalcBoxDipole() {
388        return calcBoxDipole_;
389 +    }
390 +
391 +    bool getUseAtomicVirial() {
392 +      return useAtomicVirial_;
393      }
394  
395      //below functions are just forward functions
# Line 554 | Line 558 | namespace oopse{
558      RealType rsw_;        /**< radius of switching function*/
559      RealType rlist_;      /**< neighbor list radius */
560  
561 <    bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
562 <
563 <    bool calcBoxDipole_; /**< flag to indicate whether or not we calculate the simulation box dipole moment */
561 >    bool fortranInitialized_; /**< flag indicate whether fortran side
562 >                                 is initialized */
563 >    
564 >    bool calcBoxDipole_; /**< flag to indicate whether or not we calculate
565 >                            the simulation box dipole moment */
566 >    
567 >    bool useAtomicVirial_; /**< flag to indicate whether or not we use
568 >                              Atomic Virials to calculate the pressure */
569  
570      public:
571       /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines