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

Comparing branches/development/src/nonbonded/NonBondedInteraction.hpp (file contents):
Revision 1759 by jmichalk, Tue Jun 5 17:49:36 2012 UTC vs.
Revision 1760 by gezelter, Thu Jun 21 19:26:46 2012 UTC

# Line 88 | Line 88 | namespace OpenMD {
88      RealType* vdwMult;        /**< multiplier for van der Waals interactions */
89      RealType* electroMult;    /**< multiplier for electrostatic interactions */
90      potVec* pot;              /**< total potential */
91 +    potVec* excludedPot;      /**< potential energy excluded from the overall calculation */
92      RealType* vpair;          /**< pair potential */
93      bool doParticlePot;       /**< should we bother with the particle pot? */
94      RealType* particlePot1;   /**< pointer to particle potential for atom1 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines